Frees the object instance.
Source position: dbextctrls.pp line 57
public destructor TDBDateEdit.Destroy; override; |
Destroy is the overridden destructor for the object instance. Destroy frees resources allocated for the DataLink property, and calls the inherited Destroy method.