JVCL Help:TJvSpeedButton.DoubleBuffered
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSpeedButton.DoubleBuffered Property
[+] TJvSpeedButton Methods
[+] TJvSpeedButton Properties
Search in JVCL Help
Search in all projectsSummary
Determines whether the control’s image is rendered directly to the window or painted to an in-memory bitmap first.
Pascal
propertyDoubleBuffered: Boolean;
Description
When DoubleBuffered is false, the windowed control paints itself directly to the window. When DoubleBuffered is true, the windowed control 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.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page