IFormControl.ShowOnTaskbar

Syntax

ShowOnTaskbar: Boolean;

Description

The ShowOnTaskbar property determines whether the icon of the form is displayed in the taskbar when the form is executed.

Comments

If the property is set to True, the sign of the form is displayed in the task bar, otherwise it is not displayed.

NOTE. The property can be changed only on the form development stage.

See also:

IFormControl