UniqueBrowserId (Read Only)

Top  Previous  Next

UniqueBrowserID identifies an instance of a Web Browser. Each time an end-user opens the application from a different browser window, this ID will have a different value.

 

Delphi Syntax

 

var browserID : String;

browserID := Object.UniqueBrowserID;

 

Remarks

The UniqueBrowserID is a read only property.

 

See also

Read the UserAgent property topic, to learn how to retrieve more information about the end-user web browser.