Treeitem

From Lianjapedia
Revision as of 10:35, 30 January 2013 by Helen.george (Talk | contribs)

Jump to: navigation, search

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Text RW Character Text displayed in the item
Value RW Character Value of the item
Picture RW Character Filename of image displayed
Checkstate RW Boolean Whether the item is checked or not
Tooltiptext RW Character Text displayed when mouse hovers over item
Showchildindicator RW Boolean Whether indicator should be displayed if item has child items
ChildCount R Numeric Number of child items below this item

Methods

This class supports the Common Methods plus the following:

Method Args Description
Additem [icon as Character,] caption as Character Add an item, specifying the item caption and optionally an icon filename
Additems selectstring as Character | items as Array[, icon as Character] Add items based on an SQL SELECT query or from an array, optionally including an icon filename
Addobject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
Removeobject existing as Object Remove the specified object
Clear None Clear the item
Expand None Expand the item to display any child items
Collapse None Collapse the item to hide any child items
Text column as Numeric Text displayed at the specified item column

Events

This class supports the Common Events plus the following:

Event Args Description