DK for Delphi | GisConfig.TGIS_Config.Create | Constructors | Fields | Methods | Properties
Create instance.
// Delphi public constructor Create( const _layer : TObject; const _path : String ); virtual;
// C++ Builder Create ( TObject* const _layer, const UnicodeString _path );
| Name | Type | Description |
|---|---|---|
| _layer | TObject | pointer to layer object |
| _path | String | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |