IBX.IBEvents.TIBEvents.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBEvents();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents TIBEvents

Description

Destroys an instance of TIBEvents.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TIBEvents object is not nil and only then calls Destroy. Destroy unregisters the events and then frees them.