π‘ViewItem
Represents an item within a view (such as ListView or TreeView).
π¦ Functions
SetData
Sets the data of the item.
Type
Parameter
Description
GetData
Gets the data of the item.
β Returns any.
StoreIndex
Stores the index of the item. This is used internally by the view.
Type
Parameter
Description
GetIndex
Gets the index of the item.
β Returns integer.
Last updated