INT %GetItemStTextRef( HBJ in objRef, INT in col )
objRef | An expression of the HBJ type - a reference to an object of the Structured variable type or Structure definition. |
col | Column index. |
If a function gets back the value 0, the object Status text is not assigned to a specific column.
RECORD (SD.Struct)_rec INT _stTextHBJ _stTextHBJ := %GetItemStTextRef(SD.Struct\HBJ, 1) _stTextHBJ := %GetItemStTextRef(SV.Struct\HBJ, 3) _stTextHBJ := %GetItemStTextRef(_rec\HBJ, 2)
Pridať komentár