GET TABLE PROPERTIES

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.7


GET TABLE PROPERTIES (tablePtr|tableNum; invisible{; trigSaveNew{; trigSaveRec{; trigDelRec{; trigLoadRec}}}})

ParameterTypeDescription
tablePtr|tableNumPointer|LongintTable pointer or Table number
invisibleBooleanTrue = Invisible, False = Visible
trigSaveNewBooleanTrue = Trigger "On saving new record" activated;
otherwise, False
trigSaveRecBooleanTrue = Trigger "On saving an existing record"
activated; otherwise, False
trigDelRecBooleanTrue = Trigger "On deleting a record" activated;
otherwise, False
trigLoadRecBooleanTrue = Trigger "On loading a record" activated;
otherwise, False

Description

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:

The invisible parameter returns True if the "Invisible" attribute has been set for the table, else False. The Invisible attribute allows to hide the table when using 4D standard editors (label, charts...).

The trigSaveNew parameter returns True if the "On saving new record" trigger has been set for the table, else False.

The trigSaveRec parameter returns True if the "On saving an existing record" trigger has been set for the table, else False.

The trigDelRec parameter returns True if the "On deleting a record" trigger has been set for this table, else false.

The trigLoadRec parameter returns True if the "On loading a record" trigger has been set for this table, else False.

See Also

GET FIELD ENTRY PROPERTIES, GET FIELD PROPERTIES, GET RELATION PROPERTIES.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next