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