%HI_SetItemText( INT in refId, TEXT in itemText [, INT in itemIdx] ) TEXT %HI_GetItemText( INT in refId [,INT in itemIdx] )
refId | Reference to graphic object
(reference variable). |
itemText | Text in the added item. |
itemIdx | Unique identifier
of the item. |
The function %HI_SetItemText sets the text defined by the
parameter itemText
to current item (if the parameter itemIdx is not entered) or the
item defined by the parameter itemIdx (from
1...).
The function %HI_GetItemText detects the text of current item (if
the parameter itemIdx is not entered) or of the item defined by
the parameter itemIdx (from 1...).
Pridať komentár