Method XbpTreeViewItem():setImage() Foundation
Specifies a new image for the tree view item.
ASSIGN METHOD :setImage( <nResId> | <oImage> ) --> lSuccess
This method returns .T. (true) if the tree view item's image could be updated, otherwise it returns .F. (false).
The method :setImage() changes the image assigned to an XbpTreeViewItem object. The image can be updated while the object is visible in the tree view. :setImage() can only be used after the method :create() has been executed.
This method is the ASSIGN method of the member variable :image. It is called automatically whenever a value is assigned to :image. Xbase++ applications need not call this method directly. Instead, the value contained in the :image instance variable should be manipulated. ,
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.