Username (Read Only)

Top  Previous  Next

WebFMX authenticated username.

 

Delphi Syntax

 

var userName : String;

userName := Object.UserName;

 

Remarks

The UserName is a read only property.

 

See also

Read the Permissions topic to learn how to give users permission to access your application.