IBX.IBServices.TIBServerProperties.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBServerProperties();

Properties

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

Description

Destroys the instance of TIBServerProperties.

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.

Note: You must install InterBase 6 to use this feature.