TdxServerModeFireDACDataSource.PopulateCatalogNames(TStrings) Method
Obtains the names of catalogs defined in the target database linked via the connection object.
Declaration
procedure PopulateCatalogNames(AList: TStrings);
Parameters
Name | Type |
---|---|
AList | TStrings |
Remarks
This method clears the AList and populates it with available catalog names.
You can call the PopulateCatalogNames method to obtain valid values for the Options.CatalogName property.
See Also