RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.Fields Property

Lists all the field components from the dataset that may be shown in the image of the datasource.

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

Use Fields to access field components by index. Fields[0] is the first field component, Fields[1] is the second field component, and so on. If the SparseMap property is true, Fields may contain undefined field components. For these entries, Fields returns nil. NULL.  

TDSTableProducer uses Fields to keep track of all field components that are part of its dataset. Whenever necessary, TDSTableProducer reconciles the field bindings of its columns with the field components in Fields. 

 

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