RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TArrayField.Create Constructor

Creates an instance of TArrayField.

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

Most applications do not need to explicitly create TArrayField instances. These are created automatically by the dataset. 

Create calls the inherited TField constructor, sets the DataType to ftArray, and sets the Size to 10. The AOwner parameter specifies the owner of the field (typically, the dataset). The owner is responsible for freeing the field component. 

 

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