%HI_SetPictureDefaultButton function


Function
The %HI_SetPictureDefaultButton function sets a particular button on the table as "default".
Declaration
%HI_SetPictureDefaultButton(
   INT in refId
 )
Parameters
refIdReference to the graphic object of the Button type (reference variable).
Description
The function sets a particular button on the table as "default" - i.e. the button will be activated (ENTRY OnClick is called) when clicking on ENTER key.
Napíšte komentár