Unique identifier of the
structured local variable that is acquired by the attribute \HBJ.
Example
The function provides an alternative method for accessing items of a local
variable using row and column index. In this
case, a structure is understood as a value matrix.
The following assignments:
RECORD (SD.RecordDef) _record
_record^Text := "description"
TEXT _text
_text := _record^Text
_text := %GetLocalItemValue(_record\HBJ, 1, 1)
Pridať komentár