EPUB | CHM | PDF

TPSQLStoredProc.Methods.Destroy

Top Previous Next

Destroys the instance of a stored procedure.

Syntax:

destructor Destroy;

Description:

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: Create, Params