IBX.IBInstall.TInstallOptions.Examples

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Examples: TExamplesOptions read FExamples write FExamples;

C++

__property TExamplesOptions Examples = {read=FExamples, write=FExamples, nodefault};

Properties

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

Description

Installs all the InterBase examples.

Use Examples to indicates which of the InterBase examples should be installed.

When Examples includes exAPI, the MainComponents property must include moClient and moDevelopment. When Examples includes exDev, MainComponents must include moServer.

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