See Also: Integer, Declaring Variables, Struct
tWebTreeItem is a structured type that is used to populate tree items in the cWebTreeView class.
Struct tWebTreeItem
String sId
String sParentId
String sName
String sAltText
String sValue
String sCSSClass
String sIcon
Boolean bFolder
Boolean bLoadChildren
Boolean bExpanded
End_Struct
See OnLoadChildNodes in the cWebTreeView class for information on struct members and how to use this data type.
Use tWebTreeItem.pkg
:
tWebTreeItem {variableName}
To declare tWebTreeItem variables, use the name of the type (tWebTreeItem) followed by the variable name.
tWebTreeItem MyWebTreeItem
See struct variables for more details of instantiating struct types.