User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.unlock_void

Table of Contents



TGIS_Shape.Unlock method

DK for Delphi | GisLayerVector.TGIS_Shape.Unlock | Constructors | Fields | Methods | Properties

Unlocks the shape and applies deferred geometry updates.

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

Syntax

// Delphi
public
  procedure Unlock; virtual;
// C++ Builder
public:
  virtual void Unlock(void);

Remarks

PURPOSE: Completes a batch edit operation started with Lock by restoring normal update behavior.

BEHAVIOR: Recalculates deferred cached values such as extents and any related state postponed while the shape was locked.

CONSTRAINTS: Should be called after Lock to keep geometry state synchronized.

References

2026/07/11 00:38

Page Tools