DK11 for Delphi | GisConfig.TGIS_ConfigFactory.IsProject | Methods
Check if a config is a project.
// Delphi public class function IsProject( const _path : String ) : Boolean; static;
// C++ Builder public: static bool IsProject( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |
Type | Description |
---|---|
Boolean | new config instance |