UserAgent (Read Only)

Top  Previous  Next

User-Agent of the browser that have been used to open the WebFMX application.

 

Delphi Syntax

 

var userAgent : String;

userAgent := Object.UserAgent;

 

Remarks

The UserAgent is a read only property.

 

See also

Read the UniqueBrowserID property topic, to learn how to retrieve more information regarding the web browser.