%PDF- %PDF-
Direktori : /home/komfo908/public_ftp/Protheus/Protheus/include/ |
Current File : /home/komfo908/public_ftp/Protheus/Protheus/include/TREE.CH |
// Trees for FiveWin !!! Incredible powerfull !!! #ifndef _TREE_CH #define _TREE_CH #xcommand TREE [<oTree>] ; [ BITMAPS <cBmpOpen>, <cBmpClose> ] ; => ; [<oTree>:=] TreeBegin( <cBmpOpen>, <cBmpClose> ) #xcommand TREEITEM [<oItem> PROMPT ] <cLabel> ; [ RESOURCE <cResName1> [, <cResName2> ] ] ; [ FILENAME <cBmpOpen> [, <cBmpClose> ] ] ; [ <lOpened: OPENED, OPEN> ] ; => ; [<oItem> :=] _TreeItem( <cLabel>, <cResName1>, <cResName2>,; <cBmpOpen>, <cBmpClose>, <.lOpened.> ) #xcommand ENDTREE => TreeEnd() #endif