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)();

Sender parameter is the DDE server conversation.  

Msg gives the macro string for the server to execute. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!