[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destroy - destructor for TDBCalendar: frees datalinks and calls inherited Destroy.
Source position: dbctrls.pp line 1269
public destructor TDBCalendar.Destroy; override; |
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.
|
Destructor for the class instance. |
lazarus-ccr.sourceforge.net |