JVCL Help:TJvComputerInfoEx.OnUserChanged

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a user has logged on or off.


Pascal

 propertyOnUserChanged: TNotifyEvent;


Description

Write a handler for this event to take specific actions when a user logs on or off. Note that most GUI applications do not receive this message since they are either started after the user has logged in or closed before the user logs out. This message is mainly intended for applications running as background tasks and/or services. This event is triggered in response to a WM_USERCHANGED message.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page