Exclamation: IGxIcon;
The Exclamation property returns the object that contains the exclamation system icon.
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: