IBX.IBExtract.TIBExtract.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBExtract();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

Destroys an instance of TIBExtract.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TIBExtract object is not already freed and only then calls Destroy.

There is no need to explicitly free a TIBExtract instance that is created with an Owner. The component's Owner handles the task of freeing it.