Show: Delphi
C++
Display Preferences
IBDatabaseINI
From XE2 API Documentation
Contents |
Classes
| TIBDatabaseINI | Implements a way to write and read back InterBase database information. |
Routines
| LocalServerPath | Returns the path and filename of the local server. |
| SlashPath | Adds a backslash after the given path. |
Types
| TIniFilePathOpt | Set of INI file path options. |
Constants
| ipoPathNone | ipoPathNone: TIniFilePathOpt = ipoPathNone; |
| ipoPathRelative | ipoPathRelative: TIniFilePathOpt = ipoPathRelative; |
| ipoPathToServer | ipoPathToServer: TIniFilePathOpt = ipoPathToServer; |
| NL | NL: string = ; |
| PathSeparator | PathSeparator: Char = $5C; |
| SWrapLine | SWrapLine: string = ; |