IGxSystemIcons.Question

Syntax

Question: IGxIcon;

Description

The Question property returns the object that contains the confirmation system icon.

Example

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:

IGxSystemIcons