Unlock layer and allow graphics routines to use it.
Source position: layers.pas line 116
procedure UnlockLayer( |
layer: pLayer |
); |
layer |
|
pointer to a layer |
When finished changing the ClipRects or whatever you were doing with this layer you must call UnlockLayer() to allow other tasks to proceed with graphic output to the layer.