' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' Qoutline ****** QOUTLINE Component ****** QOutLine implements the old style Win3.1 tree view. QOutLine Properties Field Type R/W Default =================== =================== =================== =================== Align INTEGER RW alNone BMPClosed STRING W BMPLeaf STRING W BMPMinus STRING W BMPOpen STRING W BMPPlus STRING W BMPHandleClosed RESOURCE W BMPHandleLeaf RESOURCE W BMPHandleMinus RESOURCE W BMPHandleOpen RESOURCE W BMPHandlePlus RESOURCE W BorderStyle INTEGER RW bsSingle Color INTEGER RW Cursor INTEGER RW crDefault Enabled INTEGER RW True Font QFONT W Handle INTEGER R Height INTEGER RW Hint STRING RW Item ARRAY of STRING RW ItemHeight INTEGER RW 13 ItemIndex INTEGER RW ItemSeparator STRING RW \ Left INTEGER RW 0 LineCount INTEGER RW OutLineStyle INTEGER RW osTreePictureText Parent QFORM/QPANEL/ W QTABCONTROL PopupMenu QPOPUPMENU W Row INTEGER RW ScrollBars INTEGER RW ssBoth ShowHint INTEGER RW False TabOrder INTEGER RW Tag INTEGER RW Top INTEGER RW 0 Visible INTEGER RW True Width INTEGER RW QOutLine Methods Method Type Description Params =================== =================== =================== =================== AddChild SUB (Index%, Add child at Index% 2 String$) AddLines SUBI Add lines to STRING, Infinite Outline AddOptions SUBI Add Outline options INTEGER, Infinite Clear SUB Clear all items 0 DelLines SUBI Delete lines from INTEGER, Infinite Outline DelOptions SUBI Delete Outline INTEGER, Infinite options Insert SUB (Index%, Insert node at 2 String$) Index% QOutLine Events Event Type Occurs when... Params =================== =================== =================== =================== OnClick VOID User clicked on 0 item OnDblClick VOID User double clicked 0 on item QOutLine Examples CREATE Form AS QForm CREATE OutLine AS QOutLine AddLines "Parent 1", _ " Child of Parent 1", _ " Child of Child of Parent 1", _ "Parent 2", _ "Parent 3", _ END CREATE Center ShowModal END CREATE ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb