Bde.DBTables.TParamList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TParamList

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TParamList();

Description

Destroys an instance of TParamList.

Do not call Destroy directly in an application. Instead, call Free, which checks for a nil reference before calling Destroy.

Destroy frees the memory previously allocated for field descriptors and the buffer used by TParamList.

Note: An application should never need to destroy a TParamList object. It is automatically destroyed when its parent session object is destroyed.

See Also