Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - _treeitem() fivewin trees function support http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _TreeItem()            FiveWin trees function support
--------------------------------------------------------------------------------

   Syntax:              _TreeItem( <cPrompt>, <cResName1>, <cResName2>,
                                       <cBmpOpen>, <cBmpClose>, <lOpened> )
                                       --> <oTreeItem>
   Parameters:

   <cPrompt>            The text of the treeitem element.

   <cResName1>          The name of the resource bitmap to use
                        for this specific treeitem, when it is opened.

   <cResName2>          The name of the resource bitmap to use
                        for this specific treeitem, when it is close.

   <cBmpOpen>           The name of the bitmap file to use
                        for this specific treeitem, when it is opened.

   <cBmpClose>          The name of the bitmap file to use
                        for this specific treeitem, when it is closed.

   <lOpened>            A logical value indicating if the treeitem
                        originally is opened.

   Returns:

   <oTreeItem>          A reference to the just new created treeitem.

   Observations:        These functions are automatically managed by
                        FiveWin trees creation xBase commands.

   Sample:              IDE\\SOURCE\\Menu.prg

   Source code:         SOURCE\\CLASSES\\Trees.prg

   See also:            TreeBegin() TreeEnd()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson