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

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.