4D v16.3

Table name

Home

 
4D v16.3
Table name

Table name 


 

Table name ( tableNum | tablePtr ) -> Function result 
Parameter Type   Description
tableNum | tablePtr  Longint, Pointer in Table number or Table pointer
Function result  String in Name of the table

The Table name command returns the name of the table whose number or pointer you pass in tableNum or tablePtr.

Example  

The following is an example of a generic method that displays the records of a table. The reference to the table is passed as a pointer to the table. The Table name command is used to include the name of the table in the title bar for the window:

  ` SHOW CURRENT SELECTION Project method
  ` SHOW CURRENT SELECTION ( Pointer )
  ` SHOW CURRENT SELECTION (->[Table])
 
 SET WINDOW TITLE("Records for "+Table name($1)) `Sets the window title
 DISPLAY SELECTION($1->) `Displays the selection



See also 

Field name
Get last table number
SET FIELD TITLES
SET TABLE TITLES
Table

 
PROPERTIES 

Product: 4D
Theme: Structure Access
Number: 256

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
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)