DK11 for Delphi | GisInterfaces.IGIS_Viewer.OpenEx | Overloads | Methods | Properties
Open project file from the memory.
// Delphi public procedure OpenEx( const _configFile : TGIS_ConfigAbstract; const _path : String; const _strict : Boolean ); overload;
// C++ Builder public: void OpenEx( TGIS_ConfigAbstract* const _configFile, const UnicodeString _path, const bool _strict ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_configFile | TGIS_ConfigAbstract | project file |
_path | String | project path (or layer) |
_strict | Boolean | if False then non existing layers will be ignored (only while opening project files); default is True ; |
If any project exists, then it will be closed and any stored passwords will be cleared. If _path content is a path to any registered layer type, then layer will be opened.