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