[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: dbctrls.pp line 209
public destructor TDBEdit.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that resources allocated to members in the class instance are freed prior to destruction of the class instance. Destroy calls the inherited destructor prior to exit.
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |