[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
How a form is represented in the TaskBar.
Source position: forms.pp line 416
type TShowInTaskbar = ( |
||
stDefault, |
|
Uses the default rules from the platform for showing the form in the TaskBar. |
stAlways, |
|
Always show the form in the TaskBar. |
stNever |
|
Never show the form in the TaskBar. |
); |
lazarus-ccr.sourceforge.net |