%HI_SetEditEnable( INT in refId, INT in row, INT in col, BOOL in bEnable ) BOOL %HI_GetEditEnable( INT in refId, INT in row, INT in col )
(reference variable).
; change editing the item placed in 2nd row and 3rd column
BOOL _bEnable
_bEnable := %HI_GetEditEnable(_browser, 3, 2)
_bEnable := !_bEnable
%HI_SetEditEnable(_browser, 3, 2, _bEnable)
Related pages:
Graphic object manipulation functionsFunction arguments - types
0 komentárov