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.
%HI_SetBmpTheme( TEXT in _NameOfTheme )
%NameOfTheme | Value of Format mask. |
; set blue theme. Use bitmaps from the directory ..\Bitmaps\THEME_BLUE directory %HI_SetBmpTheme("THEME_BLUE")
Pridať komentár