RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonCalendar.Destroy Destructor

Destroys the TCommonCalendar instance.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TCommonCalendar();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!