IBX.IBServices.TIBCustomService.Destroy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBCustomService();

Propriétés

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

Description

Détruit le service.

N'appelez pas directement Destroy dans une application. Une application doit plutôt appeler Free. Free vérifie que l'objet service n'a pas déjà été libéré avant d'appeler Destroy.