HI_SetItemExpandable
%HI_SetItemExpandable function
Function
The function enables/disables expanding the specified item in the defined Windows control of the 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 the Tree view type (reference variable). |
itemHandle | Item identifier. |
bExpandable | @TRUE - enable expanding the item. |