Data.DB.EUpdateError.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~EUpdateError();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| destructor | public | Data.DB.pas Data.DB.hpp | Data.DB | EUpdateError | 
Description
Destroys an instance of EUpdateError.
Do not call Destroy directly in an application. Instead, call Free, which checks that the EUpdateError reference is not nil before calling Destroy.