RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReferenceField.Create Constructor

Creates an instance of TReferenceField.

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

Most applications do not explicitly create instances of TReferenceField. Instead, the field components are created automatically, as persistent field components defined in the Fields editor at design time or as dynamic field components created automatically by the dataset. 

Create sets the DataType to ftReference. 

 

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