IBX.IBInstall.TIBInstall.SourceDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceDirectory: String read FSourceDir write SetSource;

C++

__property System::UnicodeString SourceDirectory = {read=FSourceDir, write=SetSource};

Properties

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

Description

Sets or returns the path of the InterBase installation source files.

Use SourceDirectory to set or return the path of the installation source files. In most cases, this will be a path on the InterBase CDROM.

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