tWebTreeItem

See Also: Integer, Declaring Variables, Struct

 

Purpose

tWebTreeItem is a structured type that is used to populate tree items in the cWebTreeView class.

 

Type Declaration

Struct tWebTreeItem

    String sId

    String sParentId

           

    String sName

    String sAltText

           

    String sValue

    String sCSSClass

    String sIcon

    Boolean bFolder

            

    Boolean bLoadChildren

    Boolean bExpanded

End_Struct

 

Struct Members

See OnLoadChildNodes in the cWebTreeView class for information on struct members and how to use this data type.

 

Syntax

Use tWebTreeItem.pkg

:

tWebTreeItem {variableName}

 

Declaring variables

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.