4D v16.3

GET TABLE TITLES

Home

 
4D v16.3
GET TABLE TITLES

GET TABLE TITLES 


 

GET TABLE TITLES ( tableTitles ; tableNums ) 
Parameter Type   Description
tableTitles  Text array in Current table names
tableNums  Longint array in Table numbers

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

 
PROPERTIES 

Product: 4D
Theme: User Interface
Number: 803

 
HISTORY 

Created: 4D 2003

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)