Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplicationDoubleBuffered

Enumeration with values used in the DoubleBuffered property in TApplication.

Declaration

Source position: forms.pp line 1447

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.



CT Web help

CodeTyphon Studio