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

TShowInTaskbar

How a form is represented in the TaskBar.

Declaration

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.

);

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