4D v13.4Design Object Access |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
Design Object Access
|
Constant | Type | Value | Comment |
Attribute Executed on server | Longint | 8 | Corresponds to the "Execute on server" option |
Attribute Invisible | Longint | 1 | Corresponds to the "Invisible" option |
Attribute Published SOAP | Longint | 3 | Corresponds to the "Offered as a Web Service" option |
Attribute Published SQL | Longint | 7 | Corresponds to the "Available through SQL" option |
Attribute Published Web | Longint | 2 | Corresponds to the "Available through 4D HTML tags and URLs (4DACTION...)" option |
Attribute Published WSDL | Longint | 4 | Corresponds to the "Published in WSDL" option |
Attribute Shared | Longint | 5 | Corresponds to the "Shared by components and host database" option |
On object locked abort | Longint | 0 | Loading of object is aborted (default functioning) |
On object locked confirm | Longint | 2 | 4D displays a dialog box so that you can choose to try again or to abort. In remote mode, this option is not supported (loading is aborted) |
On object locked retry | Longint | 1 | 4D keeps attempting to load the object until it has been released |
Path All objects | Longint | 31 | Paths of all the methods of the database |
Path Database method | Longint | 2 | Path of database methods specified (English name). List of these methods: [databaseMethod]/onStartup [databaseMethod]/onExit [databaseMethod]/onDrop [databaseMethod]/onBackupStartup [databaseMethod]/onBackupShutdown [databaseMethod]/onWebConnection [databaseMethod]/onWebAuthentication [databaseMethod]/onWebSessionSuspend [databaseMethod]/onServerStartup [databaseMethod]/onServerShutdown [databaseMethod]/onServerOpenConnexion [databaseMethod]/onServerCloseConnection [databaseMethod]/onSystemEvent [databaseMethod]/onSqlAuthentication |
Path Project form | Longint | 4 | Path of project form methods and all their object methods. Examples: [projectForm]/myForm/{formMethod} [projectForm]/myForm/button1 [projectForm]/myForm/my%2list [projectForm]/myForm/button1 |
Path Project method | Longint | 1 | Name of method. Example: MyProjectMethod |
Path Table form | Longint | 16 | Path of table form methods and all their object methods. Example: [tableForm]/table_1/Form1/{formMethod} [tableForm]/table_1/Form1/button1 [tableForm]/table_1/Form1/my%2list [tableForm]/table_2/Form1/my%2list |
Path Trigger | Longint | 8 | Path of database triggers. Example: [trigger]/table_1 [trigger]/table_2 |
Product: 4D
Theme: List of constant themes
METHOD Get attribute
METHOD Get path
METHOD GET PATHS
METHOD RESOLVE PATH
METHOD SET ACCESS MODE
METHOD SET ATTRIBUTE