IBX.IBSQL.TIBXSQLDA.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBXSQLDA();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLDA

Description

Destroys the XSQLDA structure.

Do not call Destroy directly. Call Free instead. Free checks to ensure that the object instance is not nil before calling Destroy.