TurboDB VCL Component Library

TTdbTable.DetailFields

TTdbTable

Previous  Top  Next

Defines the field names used to link the table to a master data source.

Delphi syntax:

property DetailFields: string;

C++ syntax:

__property AnsiString DetailFields = {read=FDetailFields, write=SetDetailFields};

Description

Set DetailFields to indicate the fields whose values must equal the corresponding fields of the master table. DetailFields is a string containing one or more field names in the detail table. Separate field names with semicolons. When you use DetailFields you must also set MasterFields to the corresponding field names of the master table. When you set MasterFields but not DetailFields, TurboDB expects the field names of the detail table to match those of the master table.