RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.Fields Property

Lists all the field components contained in the field map.

Pascal
property Fields [I: Integer]: TField;
C++
__property TField Fields[int I];

Use Fields to access field components by index number. Fields is a zero-based array. If the SparseMap property is true, the field map may contain undefined fields. For these entries, Fields returns nil (Delphi) or NULL (C++). 

 

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