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

TShowInTaskbar

How a form is represented in the TaskBar.

Declaration

Source position: forms.pp line 433

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.

);