4D v13.4GET FIELD PROPERTIES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
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) |
PROPERTIES
Product: 4D
INDEX HISTORY
Modified: 4D v11 SQL SEE ALSO |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||