This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
GET TABLE PROPERTIES
|
GET TABLE PROPERTIES ( tablePtr|tableNum ; invisible {; trigSaveNew {; trigSaveRec {; trigDelRec {; trigLoadRec}}}} ) | ||||||||
Parameter | Type | Description | ||||||
tablePtr|tableNum | Pointer, Longint |
![]() |
Table pointer or Table number | |||||
invisible | Boolean |
![]() |
True = Invisible, False = Visible | |||||
trigSaveNew | Boolean |
![]() |
True = Trigger “On saving new record” activated; otherwise, False | |||||
trigSaveRec | Boolean |
![]() |
True = Trigger “On saving an existing record” activated; otherwise, False | |||||
trigDelRec | Boolean |
![]() |
True = Trigger “On deleting a record” activated; otherwise, False | |||||
trigLoadRec | Boolean |
![]() |
*** Do not use (obsolete) *** | |||||
The GET TABLE PROPERTIES command returns the properties for the table passed in tablePtr or tableNum. The table number or a pointer to the table can be passed as first parameter.
Once the command has been executed:
GET FIELD ENTRY PROPERTIES
GET FIELD PROPERTIES
GET RELATION PROPERTIES
Product: 4D
Theme: Structure Access
Number:
687
Modified: 4D v11 SQL Release 2
4D Language Reference ( 4D v20 R7)