theme.getCurrentTheme
Gets the active theme.
Syntax
ui.Interface.frontCall("theme", "getCurrentTheme",
[], [result])
- result - The name of the active theme.
Usage
The "getCurrentTheme
" front call allows the application to identify the GBC
theme that is currently used to display application forms.
For a complete example of theme front call usage, see the themes.listThemes
front call code example.