Bde.DBTables.TParamList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TParamList();

Properties

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