Data.DB.TParamObject.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TParamObject | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TParamObject();
Description
Destroys an instance of the TParamObject class.
Call Destroy to destroy an instance of the TParamObject class.
Note: If Create was previously called with the AInstanceOwner parameter set to True, the Destroy method also destroys the object that is stored by the TParamObject instance.