%HI_SetBmpTheme function


Function

The function %HI_SetBmpTheme allows to change the application skin by replacing the actual bitmap set, with the set located in the subdirectory THEME_xxx subdirectory of the directory ..\Bitmaps.

Declaration
%HI_SetBmpTheme(
     TEXT in _NameOfTheme
 )
 
Parameters
%NameOfThemeValue of Format mask.



Example
; set blue theme. Use bitmaps from the directory ..\Bitmaps\THEME_BLUE directory
%HI_SetBmpTheme("THEME_BLUE") 
 



Napíšte komentár