Bde.DBTables.TStoredProc.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: TStoredProc

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TStoredProc();

Description

Destroys the instance of a stored procedure.

Do not call Destroy directly. Instead, call Free, which verifies that the stored procedure is not nil before calling Destroy.

Destroy disconnects from the server, frees the parameter list, and calls its inherited Destroy destructor.

See Also