JVCL Help:TJvAppInstances.OnCmdLineReceived
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppInstances.OnCmdLineReceived Event
[+] TJvAppInstances Events
[+] TJvAppInstances Methods
[+] TJvAppInstances Properties
Search in JVCL Help
Search in all projectsSummary
Occurs after a command line is received.
Pascal
TCmdLineReceivedEvent = procedure (Sender: TObject; CmdLine: TStrings) ofobject;
propertyOnCmdLineReceived: TCmdLineReceivedEvent;
Parameters
Parameters | Description |
CmdLine | Contains the command line arguments (1 to ParamCount). |
Sender | Calling TJvAppInstances object. |
Description
Install an event handler for this event if you want to receive the command lines from other rejected instances.
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