JVCL Help:TJvAppInstances.OnUserNotify

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 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

TJvAppInstances.UserNotify


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