RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADTField.Create Constructor

Creates an instance of TADTField.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TADTField(TComponent * AOwner);

Call Create to create and initialize an instance of TADTField. Create calls the inherited constructor and then sets the DataType to ftADT. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!