Skip to main content

TdxServerModeDataSource.PopulateTableNames(TStrings) Method

Obtains the names of tables contained in the target source of data (database) linked via the connection object.

Declaration

procedure PopulateTableNames(AList: TStrings);

Parameters

Name Type
AList TStrings

Remarks

This method clears AList and populates it with available table names.

You can call the PopulateTableNames method to obtain valid values for the TableName property.

See Also