DK for Delphi | GisConfigIni.TGIS_ConfigIni | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| ConfigFormat | public | Internal format of config. (Inherited from TGIS_Config) |
|
| FileName | public | Name of configuration file. (Inherited from TGIS_Config) |
|
| IniObj | public | Underlying ini file. | |
| IsProject | public | True if config file is a project. (Inherited from TGIS_Config) |
|
| IsShapeStyle | public | True if config is for shape style embedding. (Inherited from TGIS_Config) |
|
| MustSave | public | True if config file was changed. (Inherited from TGIS_Config) |
|
| PrjLayerConfig | public | Config file name (without extension) at a given index in a project file. (Inherited from TGIS_Config) |
|
| PrjLayerName | public | Name of layer at a given index in a project file. (Inherited from TGIS_Config) |
|
| PrjLayerPath | public | Path of layer at a given index in a project file. (Inherited from TGIS_Config) |
|
| PrjLayersCount | public | Returns the number of layers defined in project config file. (Inherited from TGIS_Config) |
|
| Section | public | By assigning this value you are overriding default TGIS_Config behavior. (Inherited from TGIS_Config) |
|
| UseRelativePath | public | If True (default) all paths will be save as relative to a config file localization. (Inherited from TGIS_Config) |
|
| Version | public | Config version number (Inherited from TGIS_Config) |
|
| WriteFull | public | If True (default) then all config keys will be saved, otherwise only changed. (Inherited from TGIS_Config) |
|