User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Delete method

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

Delete the layer identified by a name.

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

Syntax

Implements IGIS_Viewer.Delete.

// Delphi
public
  procedure Delete(
    const _name : String
  );
// C++ Builder
public:
  void Delete(
    const UnicodeString _name
  );

Parameters

Name Type Description
_name String name of layer to be deleted

Remarks

See Get method for example.

2024/12/20 21:53

Page Tools