IGxSystemIcons.Information

Syntax

Information: IGxIcon;

Description

The Information property returns the object that contains the system icon of the information message.

Example

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

Begin

Self.Icon := GxSystemIcons.Information;

End Sub Button1OnClick;

After executing the example clicking the button sets the icon of the information message for the form.

See also:

IGxSystemIcons