User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.openex_tgis_configabstract_string

Table of Contents

TGIS_Viewer.OpenEx(TGIS_ConfigAbstract; String) method

DK11 for Delphi | GisViewer.TGIS_Viewer.OpenEx | Overloads | Constructors | Fields | Methods | Properties | Events

Open project file from the memory.

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

Syntax

Implements IGIS_Viewer.OpenEx.

// Delphi
public
  procedure OpenEx(
    const _configFile : TGIS_ConfigAbstract;
    const _path : String
  ); overload;
// C++ Builder
public:
  void OpenEx(
    TGIS_ConfigAbstract* const _configFile,
    const UnicodeString _path
  ) /* overload */;

Parameters

Name Type Description
_configFile TGIS_ConfigAbstract project file
_path String project path (or layer)

Remarks

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.

2022/11/30 19:19

Page Tools