Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TMasterDataLink.FieldNames

List of fieldnames that make up the master-detail relationship.

Declaration

Source position: db.pas line 2090

public property TMasterDataLink.FieldNames : string
  read FFieldNames
  write SetFieldNames;

Description

FieldNames is a semicolon-separated list of fieldnames in the master dataset (TDatalink.Dataset) on which the master-detail relationship is based. Setting this property will fill the TMasterDataLink.Fields property with the field instances of the master dataset.

See also

TMasterDataLink.Fields

  

List of fields as specified in FieldNames.

TDatalink.Dataset

  

Dataset this datalink is connected to.

TDataset.GetFieldList

  

Return field instances in a list.


Documentation generated on: Jul 24 2023