This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
GET FIELD ENTRY PROPERTIES
|
GET FIELD ENTRY PROPERTIES ( fieldPtr|tableNum {; fieldNum}; list ; mandatory ; nonEnterable ; nonModifiable ) | ||||||||
Parameter | Type | Description | ||||||
fieldPtr|tableNum | Pointer, Longint |
![]() |
Field pointer or table number | |||||
fieldNum | Longint |
![]() |
Field number if the table number is passed as first parameter | |||||
list | String |
![]() |
Associated choice list name or empty string | |||||
mandatory | Boolean |
![]() |
True = Mandatory, False = Optional | |||||
nonEnterable | Boolean |
![]() |
True = Non-enterable, False = Enterable | |||||
nonModifiable | Boolean |
![]() |
True = Non-modifiable, False = Modifiable | |||||
The GET FIELD ENTRY PROPERTIES command returns the data entry properties for the field specified by tableNum and fieldNum or by fieldPtr.
You can either pass:
Note: This command returns the properties defined at the structure window level. Similar properties can be defined at the form level.
Once the command has been executed:
GET FIELD PROPERTIES
GET RELATION PROPERTIES
GET TABLE PROPERTIES
Product: 4D
Theme: Structure Access
Number:
685
Created: 4D v6.7
4D Language Reference ( 4D v20 R7)