JVCL Help:TJvPlugIn.OnPluginMessage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPlugIn.OnPluginMessage Event
[+] TJvPlugIn Events
[+] TJvPlugIn Methods
[+] TJvPlugIn Properties
Search in JVCL Help
Search in all projectsSummary
Event called when the host application sent a message.
Pascal
TPluginMessageEvent = procedure (Sender: TObject; APluginMessage: Longint; AMessageText: string) ofobject;
propertyOnPluginMessage: TPluginMessageEvent;
Parameters
Parameters | Description |
AMessageText | Additional parameters for the message. See the host application's documentation for the meaning of this string for the message. |
APluginMessage | ID of the message. See the host application's documentation of available messages. |
Sender | Reference to the plugin. |
Description
Write an OnPluginMessage event handler to respond to message sent by the host application. Although you are free to determine to meaning of each message ID, the host application usually defines these message IDs.
The host application has two means of sending a 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