Vcl.ComCtrls.TCommonCalendar.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCommonCalendar();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

Destroys the TCommonCalendar instance.

Do not call the TCommonCalendar destructor directly in an application. Instead, call Free, which checks that the calendar reference is not nil before calling Destroy.

Applications do not need to explicitly destroy calendar controls unless they were created without assigning an Owner.

See Also