IBX.IBInstall.TIBInstall.DestinationDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestinationDirectory: String read FDestinationDir write SetDestination;

C++

__property System::UnicodeString DestinationDirectory = {read=FDestinationDir, write=SetDestination};

Properties

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

Description

Sets or returns the installation target path.

Use DestinationDirectory to set or returns the installation target path. Initially, this will be the same as the SuggestedDestination.

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