IBX.IBDatabaseINI.TIniFilePathOpt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIniFilePathOpt = (ipoPathNone, ipoPathToServer, ipoPathRelative);

C++

enum DECLSPEC_DENUM TIniFilePathOpt : unsigned char { ipoPathNone, ipoPathToServer, ipoPathRelative };

Properties

Type Visibility Source Unit Parent
enum public
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI IBX.IBDatabaseINI

Description

Set of INI file path options.

TIniFilePathOpt is a set of INI file path options.

The following table lists the meanings of the items in the TIniFilePathOpt set:

Item Meaning

ipoPathNone

Use no file path.

ipoPathToServer

Use the local server's path.

ipoPathRelative

Use the specified path and filename.

TIniFilePathOpt is used by the UseAppPath property.

See Also