Contents
- Index
- Previous
- Next
DoubleBuffered property
Applies to
TProfGrid component
Declaration
property DoubleBuffered: Boolean;
Description
Determines whether the grid's image is rendered directly to the window or painted to an in-memory bitmap first.
When DoubleBuffered is False, the grid paints itself directly to the window. When DoubleBuffered is True, the grid paints itself to an in-memory bitmap that is then used to paint the window. Double buffering reduces the amount of flicker when the control repaints, but is more memory intensive.