Method XbpIcon():load() Foundation
Loads an icon from a resource file linked to the executable file.
:load( [<cDLLname>], <nID>, [<nWidth>], [<nHeight>] ) --> lSuccess
This method returns .T. (true) when the icon could be loaded, otherwise it returns .F. (false).
The :load() method loads an icon linked as a resource to the executable file. The icon itself must have been declared in an RC file that is linked to the executable file using the resource compiler RC.EXE. Normally it is linked to the EXE file, but it can also be linked to a specified DLL file.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.