JCL Help:TJclAppInstances.SendCmdLineParams@string@THandle

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Send the command line to all instances.


Pascal

 public function SendCmdLineParams(const WindowClassName: string; const OriginatorWnd: THandle): Boolean;


Parameters

Parameters Description
const WindowClassName: string The class name of the Window to send the data to.
const OriginatorWnd: THandle Handle of the window from which the message is send.


Return Value

This function returns true on success, false otherwise.


Description

A call to this function broadcasts this application command line to all windows that matches the specified class name.


See Also

TJclAppInstances.SendString TJclAppInstances.SendStrings TJclAppInstances.SendData


About

Donator

Petr Vones


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