IFormControl.ShowOnTaskbar

Syntax

ShowOnTaskbar: Boolean;

Description

The ShowOnTaskbar property determines whether the form icon 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 at the form development stage.

See also:

IFormControl