Vcl.DdeMan.TDdeClientConv.OnClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClose: TNotifyEvent read FOnClose write FOnClose;

C++

__property System::Classes::TNotifyEvent OnClose = {read=FOnClose, write=FOnClose};

Properties

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

Description

Occurs when the DDE conversation terminates.

Write an OnClose event handler to take specific action when the DDE conversation ends. The DDE conversation will end if the server terminates the conversation, if the link is closed or changed, or if the TDdeClientConv object is destroyed.

See Also