Icon File Name (Magic xpa 4.x)
This property lets you specify an Icon File name to be used when the program is minimized under GUI operating systems, such as Microsoft Windows.
When an icon is used in an MDI child form that is maximized, the icon will be shown with its actual size.
If there is no icon defined for the task, the icon displayed will be the icon defined in the Main Program's properties.
It is recommended not to use a hard-coded path name in this property, because when your application is installed, your users will not have the same setup as you. If you code no path name, Magic xpa will look for the icon file in the directory where the .edp file is located (%WorkingDir%). However, you can also use your own logical name to indicate where the icon file will be at runtime, or use a relative path.
In Rich Client tasks, the image file is taken from the server. Since version: 1.9
Relevant interfaces: Online, Batch, and Rich Client tasks
How Do I Set the Icon for My Application?
How Do I Set an Icon for a Form?
How Do I Set the Icon for a Window?