User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.move_integer

Table of Contents

TGIS_Layer.Move method

DK11 for Delphi | GisLayer.TGIS_Layer.Move | Constructors | Fields | Methods | Properties | Events

Moves a layer up or down in the viewer zorder list.

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

Syntax

// Delphi
public
  procedure Move(
    const _step : Integer
  ); virtual;
// C++ Builder
public:
  virtual void Move(
    const int _step
  );

Parameters

Name Type Description
_step Integer how many steps and in which direction a layer must be moved; negative values mean movement to the front.

Remarks

To move only visible layers (HideFromLegend=False) use TGIS_Layer.MoveEx instead.

2024/12/20 22:18

Page Tools