TListBox |
Field | Param(s) | Type |
Align | - | TAlign |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
ItemCount | - | Integer |
ItemIndex | - | Integer |
Left | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Style | - | TListBoxStyle |
Text | - | String |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
AddItem | Self As TListBox , byval fItem As String | SUB |
BringToFront | Self As TListBox | SUB |
Clear | Self As TListBox | SUB |
Create | Self As TListBox | FUNCTION |
DeleteItem | Self As TListBox , byval fIndex As Integer | SUB |
Free | Self As TListBox | SUB |
InsertItem | Self As TListBox , byval fIndex As Integer , byval fItem As String | SUB |
SetFocus | Self As TListBox | SUB |
SetItemData | Self As TListBox , byval fIndex As Integer , fData As Any Ptr | SUB |
GetItemData | Self As TListBox , byval fIndex As Integer | FUNCTION |
| - | |
SetAlign | Self As TListBox , byval fAlign As TAlign | SUB |
SetColor | Self As TListBox , byval fColor As Integer | SUB |
SetCursor | Self As TListBox , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TListBox , byval fEnabled As Boolean | SUB |
SetFont | Self As TListBox , Font As TFont | SUB |
SetHeight | Self As TListBox , byval fHeight As Integer | SUB |
SetLeft | Self As TListBox , byval fLeft As Integer | SUB |
SetParent | Self As TListBox , byval fParent As HWND | SUB |
SetPopupMenu | Self As TListBox , PopupMenu As TPopupMenu | SUB |
SetStyle | Self As TListBox , byval fStyle As TListBoxStyle | SUB |
SetText | Self As TListBox , byval fText As String | SUB |
SetTop | Self As TListBox , byval fTop As Integer | SUB |
SetVisible | Self As TListBox , byval fVisible As Boolean | SUB |
SetWidth | Self As TListBox , byval fWidth As Integer | SUB |
| - | |
OnClick | Self As TListBox | SUB |
OnDrawItem | Self As TListBox , byval ItemIndex As Integer , byval State As Integer , R As Rect | SUB |
OnMeasureItem | Self As TListBox , byval ItemIndex As Integer , byval Height As Integer | SUB |
| |