TdxServerModeDBXQueryDataSource.PopulateSchemaNames(TStrings) Method
In This Article
Obtains the names of schemas defined in the target database linked via the connection object.
#Declaration
Delphi
procedure PopulateSchemaNames(AList: TStrings);
#Parameters
Name | Type |
---|---|
AList | TStrings |
#Remarks
This method clears the AList and populates it with available schema names.
You can call the PopulateSchemaNames method to obtain valid values for the Options.SchemaName property.
See Also