%GetLocalItemValue function
Related pages:
UNIVAL %GetLocalItemValue( HBJ in _localStrut, INT in row, INT in col )
UNIVAL %GetLocalItemValue( HBJ in _ident, INT in row, INT in col )
_localStruct | Local variable of the Record type. |
row | Row index. |
col | Column index. |
_ident | Unique identifier of the structured local variable that is acquired by the attribute \HBJ. |
The following assignments:
RECORD (SD.RecordDef) _record _record^Text := "description" TEXT _text _text := _record^Text _text := %GetLocalItemValue(_record\HBJ, 1, 1)
get the same values.
Related pages:
Pridať komentár