HI_SetItemExpandable
%HI_SetItemExpandable function
Function
The function enables / disables expanding the specified item in defined Windows control of Tree view type (Control function).
Declaration
%HI_SetItemExpandable(
INT in refId,
INT in itemHandle,
BOOL in bExpandable
) Parameters
refId | Reference to a Windows control of Tree view type (reference variable). |
itemHandle | Item identifier. |
bExpandable | @TRUE - enable expanding the item. |