DK11 for Delphi | GisConfigXml.TGIS_ConfigXml.Create | Constructors | Fields | Methods | Properties
Create instance.
Available also on: .NET | Java | Python.
Overrides TGIS_Config.Create.
// Delphi public constructor Create( const _layer : TObject; const _path : String ); override;
// 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 |