JVCL Help:TJvAppInstances.OnUserNotify
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppInstances.OnUserNotify Event
[+] TJvAppInstances Events
[+] TJvAppInstances Methods
[+] TJvAppInstances Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when a message sent by UserNotify is received.
Pascal
TUserNotifyEvent = procedure (Sender: TObject; Param: Integer) ofobject;
propertyOnUserNotify: TUserNotifyEvent;
Parameters
Parameters | Description |
Param | The argument specified by the UserNotify call |
Sender | calling TJvAppInstances object |
Description
Install an event handler for this event if you want to receive messages sent by UserNotify.
See Also
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