IsThemeActive |
PXPGlobal.IsThemeActive()
IsThemeActive() returns True if Windows XP Theme is enabled on the computer, otherwise False is returned.
This method can be called from anywhere in your code.
Example:
IF PXPGlobal.IsThemeActive()
!Your code goes here..
END