Unique identifier of the structured local variable, that is acquired by the attribute \HBJ.
Example
The function provides the alternate method for accessing to items of a local variable using row and column index. In this context, structure means a value matrix. Return code of the function is previous value of the structure variable item.
Assignments used in the example are equivalent:
RECORD (SD.RecordDef) _record
TEXT _text
_record^Text := "description"
_text := %SetLocalItemValue(_record\HBJ, 1, 1, "description")
Pridať komentár