DK11 for Delphi | GisInterfaces.TGIS_ConfigFormat | Enums
Types of config format.
// Delphi type TGIS_ConfigFormat = ( Unknown, Ini, Xml );
// C++ Builder enum DECLSPEC_DENUM TGIS_ConfigFormat unsigned short { Unknown, Ini, Xml };
Name | Value | Description | |
---|---|---|---|
Unknown | Unknown format. | ||
Ini | Configuration save as Ini file. | ||
Xml | Configuration save as Xml file. | ||