Class IConfigManager
Unit
Declaration
type IConfigManager = class(IVersioned)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IConfigManager
Overview
Fields
| Public | nested const VERSION = 6; |
| Public | nested const DIR_BIN = Cardinal(0); |
| Public | nested const DIR_SBIN = Cardinal(1); |
| Public | nested const DIR_CONF = Cardinal(2); |
| Public | nested const DIR_LIB = Cardinal(3); |
| Public | nested const DIR_INC = Cardinal(4); |
| Public | nested const DIR_DOC = Cardinal(5); |
| Public | nested const DIR_UDF = Cardinal(6); |
| Public | nested const DIR_SAMPLE = Cardinal(7); |
| Public | nested const DIR_SAMPLEDB = Cardinal(8); |
| Public | nested const DIR_HELP = Cardinal(9); |
| Public | nested const DIR_INTL = Cardinal(10); |
| Public | nested const DIR_MISC = Cardinal(11); |
| Public | nested const DIR_SECDB = Cardinal(12); |
| Public | nested const DIR_MSG = Cardinal(13); |
| Public | nested const DIR_LOG = Cardinal(14); |
| Public | nested const DIR_GUARD = Cardinal(15); |
| Public | nested const DIR_PLUGINS = Cardinal(16); |
| Public | nested const DIR_COUNT = Cardinal(17); |
Methods
| Public | function getDirectory(code: Cardinal): PAnsiChar; |
| Public | function getFirebirdConf(): IFirebirdConf; |
| Public | function getDatabaseConf(dbName: PAnsiChar): IFirebirdConf; |
| Public | function getPluginConfig(configuredPlugin: PAnsiChar): IConfig; |
| Public | function getInstallDirectory(): PAnsiChar; |
| Public | function getRootDirectory(): PAnsiChar; |
Description
Fields
| Public | nested const VERSION = 6; |
|
This item has no description. | |
| Public | nested const DIR_BIN = Cardinal(0); |
|
This item has no description. | |
| Public | nested const DIR_SBIN = Cardinal(1); |
|
This item has no description. | |
| Public | nested const DIR_CONF = Cardinal(2); |
|
This item has no description. | |
| Public | nested const DIR_LIB = Cardinal(3); |
|
This item has no description. | |
| Public | nested const DIR_INC = Cardinal(4); |
|
This item has no description. | |
| Public | nested const DIR_DOC = Cardinal(5); |
|
This item has no description. | |
| Public | nested const DIR_UDF = Cardinal(6); |
|
This item has no description. | |
| Public | nested const DIR_SAMPLE = Cardinal(7); |
|
This item has no description. | |
| Public | nested const DIR_SAMPLEDB = Cardinal(8); |
|
This item has no description. | |
| Public | nested const DIR_HELP = Cardinal(9); |
|
This item has no description. | |
| Public | nested const DIR_INTL = Cardinal(10); |
|
This item has no description. | |
| Public | nested const DIR_MISC = Cardinal(11); |
|
This item has no description. | |
| Public | nested const DIR_SECDB = Cardinal(12); |
|
This item has no description. | |
| Public | nested const DIR_MSG = Cardinal(13); |
|
This item has no description. | |
| Public | nested const DIR_LOG = Cardinal(14); |
|
This item has no description. | |
| Public | nested const DIR_GUARD = Cardinal(15); |
|
This item has no description. | |
| Public | nested const DIR_PLUGINS = Cardinal(16); |
|
This item has no description. | |
| Public | nested const DIR_COUNT = Cardinal(17); |
|
This item has no description. | |
Methods
| Public | function getDirectory(code: Cardinal): PAnsiChar; |
|
This item has no description. | |
| Public | function getFirebirdConf(): IFirebirdConf; |
|
This item has no description. | |
| Public | function getDatabaseConf(dbName: PAnsiChar): IFirebirdConf; |
|
This item has no description. | |
| Public | function getPluginConfig(configuredPlugin: PAnsiChar): IConfig; |
|
This item has no description. | |
| Public | function getInstallDirectory(): PAnsiChar; |
|
This item has no description. | |
| Public | function getRootDirectory(): PAnsiChar; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.