EPUB | CHM | PDF

TPSQLQuery.Methods.Destroy

Top Previous Next

Destroys the instance of a query.

Syntax:

destructor Destroy;

Description:

Do not call Destroy directly. Instead, call Free, which checks that the TPSQLQuery is not nil before calling Destroy.

Destroy disconnects from the server, frees the SQL statement list, the parameter list, and the data link and SQL binary storage area, and then calls its inherited destructor.