4D v16.3

GET FIELD TITLES

Home

 
4D v16.3
GET FIELD TITLES

GET FIELD TITLES 


 

GET FIELD TITLES ( aTable ; fieldTitles ; fieldNums ) 
Parameter Type   Description
aTable  Table in Table for which you want to find out the field names
fieldTitles  Text array in Current field names
fieldNums  Longint array in Field numbers

The GET FIELD TITLES command fills the fieldTitles and fieldNums arrays with the names and numbers of database fields for the desired aTable. The contents of these two arrays are synchronized.

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

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

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



See also 

GET TABLE TITLES
SET FIELD TITLES

 
PROPERTIES 

Product: 4D
Theme: User Interface
Number: 804

 
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)