Unit 'ComboEx' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TComboBoxEx

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comboex.pas line 187

type TComboBoxEx = class(TCustomComboBoxEx)

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property ArrowKeysTraverseList: Boolean;

  

  property AutoComplete: Boolean;

  

  property AutoCompleteOptions: TAutoCompleteOptions;

  

  property AutoCompleteText: TComboBoxAutoCompleteText;

  

  property AutoDropDown: Boolean;

  

  property AutoSelect: Boolean;

  

  property AutoSize: Boolean;

  

  property BidiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property CharCase: TEditCharCase;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property DragCursor: TCursor;

  

  property DragKind: TDragKind;

  

  property DragMode: TDragMode;

  

  property DropDownCount: Integer;

  

  property Enabled: Boolean;

  

  property Font: TFont;

  

  property Images: TCustomImageList;

  

  property ImagesWidth: Integer;

  

  property ItemHeight: Integer;

  

  property ItemsEx: TComboExItems;

  

  property ItemIndex: Integer;

  

  property ItemWidth: Integer;

  

  property MaxLength: Integer;

  

  property ParentBidiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ShowHint: Boolean;

  

  property Style: TComboBoxExStyle;

  

  property StyleEx: TComboBoxExStyles;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Text: TCaption;

  

  property TextHint: TTranslateString;

  

  property Visible: Boolean;

  

  property OnChange: TNotifyEvent;

  

  property OnChangeBounds: TNotifyEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnCloseUp: TNotifyEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnDropDown: TNotifyEvent;

  

  property OnEditingDone: TNotifyEvent;

  

  property OnEndDock: TEndDragEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnGetItems: TNotifyEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnSelect: TNotifyEvent;

  

  property OnStartDock: TStartDockEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

end;

Inheritance

TComboBoxEx

  

|

TCustomComboBoxEx

  

|

TCustomComboBox

  

The base class for combo-box components.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio