TCustomIvorySurface::Locked

Determines whether the surface is locked.

__property bool Locked;

Description

Use Locked to determine whether the surface is locked, and to lock or unlock the surface. The pixels of a locked surface can be directly manipulated through the ScanLine property. Never leave a surface locked for a long time. Always unlock it if you don't want to manipulate it.

Back to TCustomIvorySurface