Link Search Menu Expand Document

Dialog.SetIcon Method

Explanation Set the icon file ( * .ico ) used to display the icon of the dialog title.
Added since Ver 5.0.0
Not supported in Mobile, AI
Call format Dialog1.SetIcon( URL or reader )
Return value None
Arguments URL or reader URL or Reader
Exception PKG-59 The argument of SetIcon is invalid
PKG-60 Unable to create temporary file
Example of use
Dialog1.SetIcon("/image/window.ico");
    
Related item ResetIcon method