RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMasterDataLink.Fields Property

Lists all the field components from the master dataset that are used to establish a link to the detail dataset.

Pascal
property Fields: TList;
C++
__property TList Fields;

Use Fields to access individual link field components from the master data set. Fields lists the field components in the master dataset named by the FieldNames property. Datasets use this property to ascertain the current values of the link fields. 

Fields is a read-only property. Fields is generated by locating the field components referenced by the FieldNames property in the master dataset. 

 

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