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

TCustomForm.EffectiveShowInTaskBar

Value for the ShowInTaskBar property when resolved using the Application settings.

Declaration

Source position: forms.pp line 787

public property TCustomForm.EffectiveShowInTaskBar : TShowInTaskbar
  read GetEffectiveShowInTaskBar;

Description

EffectiveShowInTaskBar is a read-only TShowInTaskBar property. It contains the effective visibility for the form on the system task bar. The value is derived from the ShowInTaskBar property when it has been changed. It is not updated, however, for the following conditions:

EffectiveShowInTaskBar resolves the value to the TaskBarBehavior property in the Application singleton. For the TaskBarBehavior values:

tbSingleButton
Contains stNever.
tbMultiButton
Contains stAlways.
tbDefault
Contains stDefault and causes the rules for the widgetset or platform to be used.

The property value is passed to the widgetset class where it may be translated, applied, or ignored based on the capabilities for the implementation or platform.

See also

TCustomForm.ShowInTaskBar

  

Indicates if the form should be displayed on the system Task Bar.

TApplication.TaskBarBehavior

  

Indicates how forms are represented in the task bar.

Application

  

The TApplication singleton.

TShowInTaskbar

  

Identifies the display preference for a form on the TaskBar.


Version 3.2 Generated 2024-02-25 Home