RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.Add Method

Inserts a new field to the end of the Fields array.

Pascal
procedure Add(Field: TField);
C++
__fastcall Add(TField Field);

Applications do not normally call the Add method directly. When field objects are created, Add is called automatically by the dataset. 

 

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