IGxSystemIcons.Exclamation

Syntax

Exclamation: IGxIcon;

Description

The Exclamation property returns the object that contains the exclamation system icon.

Example

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

Begin

Self.Icon := GxSystemIcons.Exclamation;

End Sub Button1OnClick;

After executing the example clicking the button sets the exclamation icon for the form.

See also:

IGxSystemIcons