Vcl.OleCtnrs.TOleContainer.OnDeactivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDeactivate: TNotifyEvent read FOnDeactivate write FOnDeactivate;

C++

__property System::Classes::TNotifyEvent OnDeactivate = {read=FOnDeactivate, write=FOnDeactivate};

Properties

Type Visibility Source Unit Parent
event published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Occurs immediately after the OLE object is deactivated.

Write an OnDeactivate event handler to respond when the OLE object is deactivated.

See Also