Create
|
|
Create
|
Creates control
|
Chart event handlers
|
|
OnEvent
|
Event handler of all chart events
|
Settings
|
|
TotalView
|
Sets the number of items, shown on the control
|
Add/Delete
|
|
AddItem
|
Adds an item
|
Data
|
|
Select
|
Selects current list item by index
|
SelectByText
|
Selects current list item by text
|
SelectByValue
|
Selects current list item by value
|
Read-only data
|
|
Value
|
Gets the value of current list item
|
Dependent controls
|
|
CreateRow
|
Creates a row of the ListView
|
Internal event handlers
|
|
OnResize
|
"Resize" event handler (virtual)
|
Dependent controls event handlers
|
|
OnVScrollShow
|
"Show" event handler (virtual) of VScroll dependent control
|
OnVScrollHide
|
"Hide" event handler (virtual) of VScroll dependent control
|
OnScrollLineDown
|
"ScrollLineDown" event handler (virtual) of VScroll dependent control
|
OnScrollLineUp
|
"ScrollLineUp" event handler (virtual) of VScroll dependent control
|
OnItemClick
|
"ItemClick" event handler (virtual)
|
Redraw
|
|
Redraw
|
Redraws the control
|
RowState
|
Sets the state of the specified row
|
CheckView
|
Checks the "visibility" of the specified row
|