Question: IGxIcon;
The Question property returns the object that contains the confirmation system icon.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
Self.Icon := GxSystemIcons.Question;
End Sub Button1OnClick;
After executing the example clicking the button sets the confirmation icon for the form.
See also: