APPPLATFORM keyword
Applies To
All specifications.
Description
Evaluates to the current platform where the form is executing, either "WIN" or "WEB".
Syntax
APPPLATFORM( )
Remarks
A substitution keyword. WinStudio replaces APPPLATFORM( ) with the current platform. If the form is executing in WinStudio, it evaluates to "WIN". If the form is executing via Web rendering, it evaluates to "WEB".
Related topics