IBX.IBServices.TIBRestoreService.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TIBRestoreService(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBRestoreService |
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.
Note: You must install InterBase 6 to use this feature.