Vcl.DdeMan.TDdeServerConv.OnExecuteMacro

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExecuteMacro: TMacroEvent read FOnExecuteMacro write FOnExecuteMacro;

C++

__property TMacroEvent OnExecuteMacro = {read=FOnExecuteMacro, write=FOnExecuteMacro};

Properties

Type Visibility Source Unit Parent
event published
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeServerConv

Description

Occurs when the DDE client sends a macro to the DDE server conversation.

Write an OnExecuteMacro event handler to implement a response to macros sent by the DDE client.

See Also