Checks if a session was initiated from a mobile device.
Syntax:
IsMobileClient()
Parameters:
None
Returns:
The function will return TRUE only if the session was initiated from a mobile device.
Usages:
A typical usage of this function is to dynamically select a form suitable for mobile devices, or to position controls on an existing form differently.
Exceptions:
This function is not supported in Web Client tasks.