User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.dormantmode

Table of Contents

TGIS_Layer.DormantMode property

DK for Delphi | GisLayer.TGIS_Layer.DormantMode | Constructors | Fields | Methods | Properties | Events | Events

Dormant mode for the layer. Use: gisLayerDormantOff to turn off to conserve memory, gisLayerDormantStandard to do standard memory management, and gisLayerDormantAgressive to free as much memory as possible (can slow down operations).

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

Syntax

// Delphi
public
  property DormantMode : TGIS_LayerDormantMode read write;
// C++ Builder
public:
  __property TGIS_LayerDormantMode* DormantMode = {read, write};

Value

2025/01/31 01:07

Page Tools