ListViewItem

Constructors

this
this()
this(Dstring text)

Members

Classes

ListViewSubItemCollection
class ListViewSubItemCollection

Functions

beginEdit
void beginEdit()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
settextin
void settextin(Dstring newText)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bounds
Rect bounds [@property getter]
checked
bool checked [@property setter]
bool checked [@property getter]
imageIndex
int imageIndex [@property setter]
int imageIndex [@property getter]
index
int index [@property getter]
listView
ListView listView [@property getter]
selected
bool selected [@property setter]
bool selected [@property getter]
subItems
ListViewSubItemCollection subItems [@property getter]
tag
Object tag [@property setter]
Object tag [@property getter]
text
Dstring text [@property setter]
Dstring text [@property getter]

Variables

calltxt
CallText calltxt;
Undocumented in source.
isubs
ListViewSubItemCollection isubs;
Undocumented in source.
lview
ListView lview;
Undocumented in source.

Meta