RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DdeMan.TMacroEvent Type

TMacroEvent is the type for event handlers that implement the response of a DDE server to a macro.

Pascal
TMacroEvent = procedure (Sender: TObject; Msg: TStrings) of object;
C++
(Sender: TObject; Msg: TStrings) ( TMacroEvent)();

DdeMan

Sender parameter is the DDE server conversation.  

Msg gives the macro string for the server to execute. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!