Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditingControl.BufferedPaint Property

Determines whether the control’s image is rendered directly in the window or is first painted to an in-memory bitmap.

#Declaration

Delphi
property BufferedPaint: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

When the BufferedPaint property is false, the control paints itself directly in the window. When BufferedPaint is true, the control paints itself to an in-memory bitmap that is then used to paint the window. Double buffering reduces the amount of flickering when the control repaints, but is more memory intensive.

See Also