πŸ’‘ViewItem

Represents an item within a view (such as ListView or TreeView).


🦠 Functions


SetData

Sets the data of the item.

ViewItem:SetData(Data)
Type
Parameter
Description

Data

GetData

Gets the data of the item.

β€” Returns any.

ViewItem:GetData()

StoreIndex

Stores the index of the item. This is used internally by the view.

ViewItem:StoreIndex(Index)
Type
Parameter
Description

Index

GetIndex

Gets the index of the item.

β€” Returns integer.

ViewItem:GetIndex()

Last updated