Skip to main content

TdxServerModeDBXQueryDataSource.PopulateSchemaNames(TStrings) Method

Obtains the names of schemas defined in the target database linked via the connection object.

Declaration

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