TdxServerModeDataSource.PopulateTableNames(TStrings) Method
In This Article
Obtains the names of tables contained in the target source of data (database) linked via the connection object.
#Declaration
Delphi
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