| 4D v13.4GET FIELD ENTRY PROPERTIES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v13.4
 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:
	Product:  4D
	Theme:  Structure Access
	Number:  
        685
        
        
        
	
	Created:  4D v6.7
GET FIELD PROPERTIES
GET RELATION PROPERTIES
GET TABLE PROPERTIES