Vcl.DdeMan.TDdeServerConv.OnOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnOpen: TNotifyEvent read FOnOpen write FOnOpen;

C++

__property System::Classes::TNotifyEvent OnOpen = {read=FOnOpen, write=FOnOpen};

Properties

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

Description

Occurs immediately after the DDE link to the client has been established.

Write an OnOpen event handler to take specific action whenever a link is established to a DDE client. The Sender parameter is the DDE server conversation, not the DDE client.

See Also