4D v16.3GET FIELD PROPERTIES |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
GET FIELD PROPERTIES
GET FIELD PROPERTIES
The GET FIELD PROPERTIES command returns information about the field specified by fieldPtr or by tableNum and fieldNum. You either pass:
After the call:
This example sets the variables vType, vLength, vIndex, vUnique and vInvisible to the properties for the third field of the first table: GET FIELD PROPERTIES(1;3;vType;vLength;vIndex;vUnique;vInvisible) This example sets the variables vType, vLength, vIndex, vUnique and vInvisible to the properties for the field named [Table3]Field2: GET FIELD PROPERTIES(->[Table3]Field2;vType;vLength;vIndex;vUnique;vInvisible)
See also
|
PROPERTIES
Product: 4D HISTORY
Modified: 4D v11 SQL ARTICLE USAGE
4D Language Reference ( 4D v16) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||