Vcl.DdeMan.TMacroEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMacroEvent)(System::TObject* Sender, System::Classes::TStrings* Msg);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.DdeMan.hpp Vcl.DdeMan Vcl.DdeMan

Description

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

Sender parameter is the DDE server conversation.

Msg gives the macro string for the server to execute.

See Also