User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.unlockpixels_tgis_layerpixellock

Table of Contents

TGIS_LayerPixel.UnlockPixels method

DK for Delphi | GisLayerPixel.TGIS_LayerPixel.UnlockPixels | Constructors | Fields | Methods | Properties | Events

UnLocks a fragment. Populate changes to the layer.

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

Syntax

// Delphi
public
  procedure UnlockPixels(
    var _lock : TGIS_LayerPixelLock
  ); virtual;
// C++ Builder
public:
  virtual void UnlockPixels(
    TGIS_LayerPixelLock* &_lock
  );

Parameters

Name Type Description
_lock TGIS_LayerPixelLock lock obtained upon LockPixels() call

References

2025/01/31 01:07

Page Tools