TComboBox
FieldParam(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
-
AddItemSelf As TComboBox , byval fItem As StringSUB
BringToFrontSelf As TComboBoxSUB
ClearSelf As TComboBoxSUB
CreateSelf As TComboBoxFUNCTION
DeleteItemSelf As TComboBox , byval fIndex As IntegerSUB
FreeSelf As TComboBoxSUB
InsertItemSelf As TComboBox , byval fIndex As Integer , byval fItem As StringSUB
SetFocusSelf As TComboBoxSUB
-
SetAlignSelf As TComboBox , byval fAlign As TAlignSUB
SetTextSelf As TComboBox , byval fText As StringSUB
SetColorSelf As TComboBox , byval fColor As IntegerSUB
SetCursorSelf As TComboBox , byval fCursor As HCURSORSUB
SetItemHeightSelf As TComboBox , byval fItemHeight As IntegerSUB
SetLeftSelf As TComboBox , byval fLeft As IntegerSUB
SetTopSelf As TComboBox , byval fTop As IntegerSUB
SetWidthSelf As TComboBox , byval fWidth As IntegerSUB
SetHeightSelf As TComboBox , byval fHeight As IntegerSUB
SetParentSelf As TComboBox , byval fParent As HWNDSUB
SetStyleSelf As TComboBox , byval fStyle As TComboBoxStyleSUB
SetEnabledSelf As TComboBox , byval fEnabled As BooleanSUB
SetVisibleSelf As TComboBox , byval fVisible As BooleanSUB
SetFontSelf As TComboBox , Font As TFontSUB
SetPopupMenuSelf As TComboBox , PopupMenu As TPopupMenuSUB
-
OnClickSelf As TComboBoxSUB
OnChangeSelf As TComboBoxSUB
OnDropDownSelf As TComboBoxSUB
OnDrawItemSelf As TComboBox , byval ItemIndex As Integer , byval State As Integer , R As RectSUB
OnMeasureItemSelf As TComboBox , byval ItemIndex As Integer , byref Height As IntegerSUB