IBX.IBServices.TIBServerProperties.ConfigParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConfigParams: TConfigParams read FConfigParams;

C++

__property TConfigParams* ConfigParams = {read=FConfigParams};

Properties

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

Description

Returns the server configuration parameters.

Use the ConfigParams property to return the server configuration parameters as a TConfigParams record, which includes the configuration file data, base location, lock file location, message file location, and the security database location.

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