getApplicationProperty()
Returns additional information about the client (browser) connected to the HTTP server or checks whether a stylesheet is used.
Synopsis
anytype getApplicationProperty(string property);
Parameters
Parameter | Description |
---|---|
property |
The following entries are possible:
Moreover it is possible to query if a stylesheet is used:
|
Return value
Returns information about the client, depending on the given property parameter
Description
Returns additional information about the client (browser) which is connected to the HTTP server or queries whether a stylesheet is used.
Example
main()
{
DebugN(getApplicationProperty("platformName"));
}
Assignment
Miscellaneous functions
Availability
UI