DK for Delphi | GisLayer.TGIS_Layer.Unlock | Constructors | Fields | Methods | Properties | Events
Unlocks the layer from burst-mode operation.
// Delphi public procedure Unlock; virtual;
// C++ Builder public: virtual void Unlock(void);
Call this method after Lock. It updates the layer and viewer extents.
See TGIS_Shape.Lock for a similar example.