TListBox
FieldParam(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
-
AddItemSelf As TListBox , byval fItem As StringSUB
BringToFrontSelf As TListBoxSUB
ClearSelf As TListBoxSUB
CreateSelf As TListBoxFUNCTION
DeleteItemSelf As TListBox , byval fIndex As IntegerSUB
FreeSelf As TListBoxSUB
InsertItemSelf As TListBox , byval fIndex As Integer , byval fItem As StringSUB
SetFocusSelf As TListBoxSUB
SetItemDataSelf As TListBox , byval fIndex As Integer , fData As Any PtrSUB
GetItemDataSelf As TListBox , byval fIndex As IntegerFUNCTION
-
SetAlignSelf As TListBox , byval fAlign As TAlignSUB
SetColorSelf As TListBox , byval fColor As IntegerSUB
SetCursorSelf As TListBox , byval fCursor As HCURSORSUB
SetEnabledSelf As TListBox , byval fEnabled As BooleanSUB
SetFontSelf As TListBox , Font As TFontSUB
SetHeightSelf As TListBox , byval fHeight As IntegerSUB
SetLeftSelf As TListBox , byval fLeft As IntegerSUB
SetParentSelf As TListBox , byval fParent As HWNDSUB
SetPopupMenuSelf As TListBox , PopupMenu As TPopupMenuSUB
SetStyleSelf As TListBox , byval fStyle As TListBoxStyleSUB
SetTextSelf As TListBox , byval fText As StringSUB
SetTopSelf As TListBox , byval fTop As IntegerSUB
SetVisibleSelf As TListBox , byval fVisible As BooleanSUB
SetWidthSelf As TListBox , byval fWidth As IntegerSUB
-
OnClickSelf As TListBoxSUB
OnDrawItemSelf As TListBox , byval ItemIndex As Integer , byval State As Integer , R As RectSUB
OnMeasureItemSelf As TListBox , byval ItemIndex As Integer , byval Height As IntegerSUB