Vcl.Controls.TWinControl.FDoubleBuffered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDoubleBuffered: Boolean;

C++

bool FDoubleBuffered;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

The internal field corresponding to the DoubleBuffered property

FDoubleBuffered is the internal field corresponding to the DoubleBuffered property.

See Also