User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.items

Table of Contents

TGIS_Viewer.Items property

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

All layers.

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

Syntax

// Delphi
public
  property Items : TGIS_LayerAbstractList read;
// C++ Builder
public:
  __property TGIS_LayerAbstractList* Items = {read};

Value

Remarks

Do not manipulate Items directly. Use viewer methods and properties, such as: Open(), Close(), Add(), Delete(), Move(), and ZOrder.

Particularly calling Items.Clear() will not properly release layers. Instead, just call viewer.Close() method.

References

2022/11/30 19:19

Page Tools