recname property: Row class

Description

If a record name is used as a property, it accesses the record object with that name. This means the following code:

&ROW.somerecname

acts the same as

&ROW.GetRecord(RECORD.somerecname);

This property is read-only.

Example

&REC = &ROW.QEPC_LEVEL1_REC;