Skip to main content
Version: Next

GET TABLE TITLES

GET TABLE TITLES ( tableTitles ; tableNums )

ParameterTypeDescription
tableTitlesText array🡘Current table names
tableNumsLongint array🡘Table numbers

Description

The GET TABLE TITLES command fills the tableTitles and tableNums arrays with the names and numbers of database tables defined in the Structure window or using the SET TABLE TITLES command. The contents of these two arrays are synchronized.

If the SET TABLE TITLES command is called during the session, GET TABLE TITLES only returns the “modified” names and table numbers defined using this command.

Otherwise, GET TABLE TITLES returns the names of all database tables as defined in the Structure window.

In both cases, the command does not return invisible tables.

See also

GET FIELD TITLES
SET TABLE TITLES