Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBCalendar.Destroy

Destroy - destructor for TDBCalendar: frees datalinks and calls inherited Destroy.

Declaration

Source position: dbctrls.pp line 1269

public destructor TDBCalendar.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy frees resources allocated to the internal TFieldDataLink instance in the class, and calls the inherited destructor.

See also

TWinControl.Destroy

  

Destructor for the class instance.