%HI_SetPictureIcon function


Function
The function sets icon the in the picture window title bar (Control function).
Declaration
%HI_SetPictureIcon(
   HBJ in icon
 )
Parameters
iconIcon to display in the picture window title bar.
Note

The parameter newTitle contains a text, that will be displayed in the picture window title bar. The text generated by the system will be replaced.

The  icon in the picture window title bar will be replaced with a regular icon. If a zero ID or non-icon link is entered instead of a icon link, the space for the icon will be empty.

Examples
%HI_SetPictureIcon(NICE_ICO.ico\HBJ)

%HI_SetPictureIcon(0)
Napíšte komentár