10.5.5 FieldAttributeAsString
Fields (PRIM_FLD) provide a method to read various properties such as Description and Label.
The available properties include:
- Description
- Label
- Heading1
- Heading2
- Heading3
- HeadingSingleLine
- HeadingWithNewLines
- HeadingWithNewLinesNoBlanks
- EditCode
- EditWord
To read a property, supply the relevant property name as a parameter to the FieldAttributeAsString() method.
Example
#strValue := #myField. FieldAttributeAsString( Description )
Ý 10.5 Field Intrinsic Functions