Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_SetPictureIcon function


Function
The function sets icon the in the picture window title bar (Control function).
Declaration


Blok kódu
languageesl
themeConfluence
%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


Blok kódu
languageesl
themeRDark
%HI_SetPictureIcon(NICE_ICO.ico\HBJ)


%HI_SetPictureIcon(0)