RemoteInfo Object (Read Only)

Top  Previous  Next

The RemoteInfo object allows you to retrieve information regarding the end-user environment as well as to manipulate some of its settings.

 

Delphi Syntax

 

var RemoteInfo : TRemoteInfo;

RemoteInfo := Object.RemoteInfo;

 

Remarks

Every time you run your application, the PlatformHTML5 object's RemoteInfo property will be loaded with the user environment settings and all these values will be kept updated by WebFMX Server.

 

See also

Read the DevServer topic for settings regarding the Development Server.