[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 1448

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 4.0 Generated 2025-05-03 Home