TdxServerModeFireDACDataSource.PopulateCatalogNames(TStrings) Method
In This Article
Obtains the names of catalogs defined in the target database linked via the connection object.
#Declaration
Delphi
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