User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Get method

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

Retrieve the layer identified by a name. Sublayer or compund layers can be found by do notation like 'name.sublyer'

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

Syntax

Implements IGIS_Viewer.Get.

// Delphi
public
  function Get(
    const _name : String
  ) : TGIS_LayerAbstract;
// C++ Builder
public:
  TGIS_LayerAbstract* Get(
    const UnicodeString _name
  );

Parameters

Name Type Description
_name String name of layer to be found

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.
2024/02/08 01:12

Page Tools