OnLogOn picture event
Related pages:
ENTRY OnLogOn(IN TEXT _userName, IN BOOL _bLogOn) ; actions END OnLogOn
_userName | Required input parameter. Name of logged on / logged off user. |
_bLogOn | Required input parameter. |
The parameter _userName contains a
text string that represents the name of logged on / logged off user.
The parameter _bLogOn acquires the value:
Related pages:
Pridať komentár