%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
refIdReference to a Windows control of the Tree view type (reference variable).
itemHandleItem identifier.
bExpandable@TRUE - enable expanding the item.
@FALSE - disable expanding the item.
Napíšte komentár