Data.DB.TParamObject.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TParamObject();

Properties

Type Visibility Source Unit Parent
destructor public
Data.DB.pas
Data.DB.hpp
Data.DB 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.

See Also