[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
How forms are represented in the TaskBar
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. |
); |
lazarus-ccr.sourceforge.net |