[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplicationDoubleBuffered

Enumeration with values used in the DoubleBuffered property in TApplication.

Declaration

Source position: forms.pp line 1453

type TApplicationDoubleBuffered = (

  adbDefault,

  

Widgetset dependent. For Windows, it is True unless in a remote desktop connection. For other widgetsets it is False.

  adbFalse,

  

DoubleBuffered is not used on the platform.

  adbTrue

  

DoubleBuffered is used on the platform.

);

See also

TApplication.DoubleBuffered

  

Indicates if the application uses double buffering.


Version 3.2 Generated 2024-02-25 Home