IBX.IBDatabaseINI.TIBDatabaseINI.UseAppPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseAppPath : TIniFilePathOpt read FAppPath write FAppPath;

C++

__property TIniFilePathOpt UseAppPath = {read=FAppPath, write=FAppPath, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Specifies options related to the .INI file path.

The UseAppPath property specifies options related to the .INI file path. The possible values for the UseAppPath property are listed in the following table:


Item Meaning

ipoPathNone

Use no file path (use current path).

ipoPathToServer

Use the local server's path.

ipoPathRelative

Use the specified path and filename.

See Also