IBX.IBInstall.TInstallOptions.CmdLineTools

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CmdLineTools: TCmdOptions read FCmdLineTools write FCmdLineTools;

C++

__property TCmdOptions CmdLineTools = {read=FCmdLineTools, write=FCmdLineTools, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall TInstallOptions

Description

Installs the command line tools for InterBase.

Use CmdLineTools to indicate which of the command line tools for InterBase should be installed. The installer issues a warning for any of these if the MainComponents property does not include moClient.

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