Vcl.WinXCalendars.TCalendarViewInfoBase.OnDestroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy;

C++

__property System::Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};

Properties

Type Visibility Source Unit Parent
event public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewInfoBase

Description

Occurs when the control is about to be destroyed.

See Also