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

TCustomComboBoxEx

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

Declaration

Source position: comboex.pas line 136

type TCustomComboBoxEx = class(TCustomComboBox)

protected

const

  cDefAutoCompOpts = [acoAutoAppend]

  

  cDefStyle = csExDropDown

  

protected

  FNeedMeasure: Boolean;

  

  FRightToLeft: Boolean;

  

  FTextHeight: SmallInt;

  

  procedure CMBiDiModeChanged(); message;

  

  procedure DrawItem(); override;

  

  procedure FontChanged(); override;

  

  procedure InitializeWnd; override;

  

  procedure Notification(); 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 ImagesWidth: Integer; [rw]

  

  property ItemsEx: TComboExItems; [rw]

  

  property Style: TComboBoxExStyle; [rw]

  

  property StyleEx: TComboBoxExStyles; [rw]

  

end;

Inheritance

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