property BufferValid: Boolean; // protected
BufferValid specifies if the current content of the Buffer bitmap is up-to-date and whether the buffer needs to be repainted.
When TCustomPaintBox32 repaints itself, it checks whether the buffer is valid. If BufferValid is True, the control simply flushes its contents to the screen, otherwise, it executes DoPaintBuffer method, which updates the buffer and sets BufferValid to True, then it copies content of the buffer to the screen.
Normally, this property should not be accessed in your application, since TCustomPaintBox32 tracks the buffer state and updates it automatically.
TCustomPaintBox32, DoPaintBuffer, Buffer
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024