User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.saveproject_boolean

Table of Contents

TGIS_ViewerWnd.SaveProject(Boolean) method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.SaveProject | Overloads | Constructors | Methods | Properties | Events

Save current project.

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

Syntax

Implements IGIS_Viewer.SaveProject.

// Delphi
public
  procedure SaveProject(
    const _relativepath : Boolean
  ); overload;
// C++ Builder
public:
  void SaveProject(
    const bool _relativepath
  ) /* overload */;

Parameters

Name Type Description
_relativepath Boolean if True (default) then project will be saved using paths relative to project file location

Remarks

Layer configuration will be saved to project or configuration files if such configuration file exits.
Save only project file. Data will not be saved.

2022/11/16 01:14

Page Tools