IBX.IBServices.TIBServerProperties.VersionInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VersionInfo: TVersionInfo read FVersionInfo;

C++

__property TVersionInfo* VersionInfo = {read=FVersionInfo};

Properties

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

Description

Indicates version information.

Use the VersionInfo property to obtain the server configuration parameters as a TVersionInfo type, which includes the service version, and server version and implementation.

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