RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectField.Create Constructor

Creates and initializes a TObjectField object.

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

Do not create TObjectField instances. TObjectField is an abstract base class that should not be directly instantiated. The constructor for descendant classes is usually called indirectly by using the Fields editor at design time to create a persistent field component. Dataset objects also call field constructors automatically to create dynamic field components. 

Create creates a TFields object to manage the child fields of the object field. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!