ParentRecord property: Field class
Description
This property returns a reference to the record object for the record containing the field.
This property is read-only.
Example
&NUMBER_OF_FIELDS = &CHARACTER.ParentRecord.Fieldcount;
/* note that FieldCount is a property of the Record class */