RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.Create Constructor

Creates and initializes a field component.

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

Do not create TField instances. TField is intended only as a base class, and should not be directly instantiated. The constructor for descendant classes is usually called by the dataset when it is opened. 

After calling the inherited constructor, TField initializes the Visible property to true. 

 

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