User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_configfactory.createconfig_tobject_string

Table of Contents

TGIS_ConfigFactory.CreateConfig method

DK11 for Delphi | GisConfig.TGIS_ConfigFactory.CreateConfig | Methods

Create a config instance based on a path extension.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  class function CreateConfig(
    const _layer : TObject;
    const _path : String
  ) : TGIS_Config; static;
// C++ Builder
public:
  static TGIS_Config* CreateConfig(
    TObject* const _layer,
    const UnicodeString _path
  );

Parameters

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

Result

Type Description
TGIS_Config new config instance

References

2022/11/16 01:14

Page Tools