PostgresDAC
TPSQLTable.Properties.ShowSystemTables | Previous Next |
Specifies ability to include system tables names in drop-down list for TableName proerty at design-time.
Syntax:
property ShowSystemTables: boolean;
Description:
If ShowSystemTables is True system tables are included in drop-down list for TableName proerty at design-time. System tables are the tables that situated in pg_catalog and information_schema schemas.