IGxSystemIcons.Application

Syntax

Application: IGxIcon;

Description

The Application property returns the object that contains the system icon of the main form.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

Self.Icon := GxSystemIcons.Application;

End Sub Button1OnClick;

After executing the example clicking the button sets a main form icon for the form.

See also:

IGxSystemIcons