[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TCustomComboBox

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

Declaration

Source position: combobox.inc line 35

type TCustomComboBox = class(TWidget)

protected

  FButton: TGenericButton;

  

  FDropDown: TComboBoxPopup;

  

  lbl: TLabel;

  

  procedure Click; override;

  

  procedure Paint(); override;

  

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  function DistributeEvent(); override;

  

  property CanExpandWidth;

  

  property ItemIndex: Integer; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Items: TStrings; [rw]

  

end;

Inheritance

TCustomComboBox

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject