IBX.IBServices.TIBCustomService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBCustomService();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBCustomService

Description

Destroys the service.

Do not call Destroy directly in an application. Instead, an application should call Free. Free verifies that the service object has not already been freed before it calls Destroy.