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

TTaskBarBehavior

How forms are represented in the TaskBar

Declaration

Source position: forms.pp line 1305

type TTaskBarBehavior = (

  tbDefault,

  

Show TaskBar buttons according to the platform default.

  tbMultiButton,

  

Show buttons for Forms with ShowInTaskBar=stDefault.

  tbSingleButton

  

Hide buttons for Forms with ShowInTaskBar=stDefault.

);

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