[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: comboex.pas line 136
type TCustomComboBoxEx = class(TCustomComboBox) end; |
||
protected |
||
Const |
||
cDefAutoCompOpts = [acoAutoAppend] |
|
|
cDefStyle = csExDropDown |
|
|
FNeedMeasure: Boolean; |
|
|
FRightToLeft: Boolean; |
|
|
FTextHeight: SmallInt; |
|
|
procedure CMBiDiModeChanged(); message; |
|
|
procedure DrawItem(); override; |
|
|
procedure FontChanged(); override; |
|
|
procedure InitializeWnd; override; |
|
|
procedure SetItemHeight(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
function Add(); |
|
|
procedure AddItem(); override; |
|
|
procedure AssignItemsEx(); |
|
|
procedure Clear; override; |
|
|
procedure Delete(); |
|
|
procedure DeleteSelected; |
|
|
procedure Insert(); |
|
|
property AutoCompleteOptions: TAutoCompleteOptions; [rw] |
|
|
property Images: TCustomImageList; [rw] |
|
|
property ItemsEx: TComboExItems; [rw] |
|
|
property Style: TComboBoxExStyle; [rw] |
|
|
property StyleEx: TComboBoxExStyles; [rw] |
|
|
|
||
| | ||
|
The base class for ComboBox components. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |