Class ListItem

Inheritance

TObject ListItem 🡄 TObject

Properties

Caption The text of this listitem.
Checked Determines if the checkbox is checked (if it has a checkbox).
Index The index in the Items object of the owner of this listitem (readonly).
Owner The ListItems object that owns this ListItem (readonly).
Selected Returns true if selected.
SubItems The Strings object that hold the subitems.

Methods

delete ()
getCaption () Returns the first columns string of the listitem.
getChecked () Returns true if the listitem is checked.
getSubItems () Returns a Strings object.
makeVisible ( partial ) Scrolls the listview so this item becomes visible (Cheat Engine 6.4 and later).
setCaption ( caption ) Sets the first column string of the listitem.
setChecked ( checked ) Sets the checkbox of the listbox to the given state.


Inheritance

TObject
ListItem 🡄 TObject

Properties

Caption
The text of this listitem.

Type:

Checked
Determines if the checkbox is checked (if it has a checkbox).

Type:

    boolean
Index
The index in the Items object of the owner of this listitem (readonly).

Type:

    integer
Owner
The ListItems object that owns this ListItem (readonly).

Type:

Selected
Returns true if selected.

Type:

    boolean
SubItems
The Strings object that hold the subitems.

Type:

Methods

delete ()
getCaption ()
Returns the first columns string of the listitem.

Returns:

    string
getChecked ()
Returns true if the listitem is checked.

Returns:

    boolean
getSubItems ()
Returns a Strings object.

Returns:

    Strings
makeVisible ( partial )
Scrolls the listview so this item becomes visible (Cheat Engine 6.4 and later).

Parameters:

  • partial
setCaption ( caption )
Sets the first column string of the listitem.

Parameters:

setChecked ( checked )
Sets the checkbox of the listbox to the given state.

Parameters:

  • checked boolean
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35