IBX.IBInstall.TMainOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMainOption = (moServer,
moClient,
moConServer,
moGuiTools,
moDocumentation,
moDevelopment);

C++

enum DECLSPEC_DENUM TMainOption : unsigned char { moServer, moClient, moConServer, moGuiTools, moDocumentation, moDevelopment };

Properties

Type Visibility Source Unit Parent
enum public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall IBX.IBInstall

Description

TMainOption and TMainOptions identify the main InterBase components.

TMainOption indicates one of the main InterBase components. TMainOptions is a set of TMainOption values that indicates the components that are installed. The following table lists the TMainOption values:

Value Meaning
moServer Server component, including: the server, license file (if present), message file, the Guardian, server configuration tool, the database information tools, UDF library, International character set library, and help files (Windows only).
moClient Client component, including the client library, license file, and message file.
moConServer Connectivity server, for future implementation.
moGuiTools Graphical interface tools, including IBConsole.
moDocumentation Documentation, including PDF files and indexes.
moDevelopment Development tools, including gpre, the import libraries, and the header files.