RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMasterDataLink.FieldNames Property

Names the fields from the master dataset that are used to define the link to the detail dataset.

Pascal
property FieldNames: string;
C++
__property AnsiString FieldNames;

Set FieldNames to the fields in the master dataset that supply values that must be matched by fields in the detail dataset. Each field name in the string must be separated from other field names with a semicolon.  

Setting FieldNames causes TMasterDataLink to regenerate the Fields property from the field components of the master dataset. Once the Fields property has been regenerated, TMasterDataLink triggers an OnMasterChange event. 

 

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