User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.open_string

Table of Contents

IGIS_Viewer.Open(String) method

DK for Delphi | GisInterfaces.IGIS_Viewer.Open | Overloads | Methods | Properties

Open a project.

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

Syntax

// Delphi
public
  procedure Open(
    const _path : String
  ); overload;
// C++ Builder
public:
  void Open(
    const UnicodeString _path
  ) = 0 /* overload */;

Parameters

Name Type Description
_path String project path or layer path

Remarks

If a project is already open, it is closed and any stored passwords are cleared. If _path points to a registered layer type, that layer is opened instead of a project.

2026/07/11 00:28

Page Tools