TdxServerModeCustomDataSource.PopulateKeyFields(TStrings) Method
Obtains the names of fields used as a key by the data source.
Declaration
procedure PopulateKeyFields(AList: TStrings);
Parameters
Name | Type |
---|---|
AList | TStrings |
Remarks
This method clears AList and populates it with names from the list you provided via the KeyFieldNames property. In table-based server mode data sources, if you left this property assigned to an empty string, AList is populated with the names of primary key fields defined in the target table.
See Also