IBX.IBServices.TIBControlService.IsServiceRunning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsServiceRunning : Boolean read GetIsServiceRunning;

C++

__property bool IsServiceRunning = {read=GetIsServiceRunning, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlService

Description

Indicates whether the service is running.

Use the IsServiceRunning property to check whether the service is running.

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