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

TCustomListBox

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

Declaration

Source position: listbox.inc line 7

type TCustomListBox = class(TWidget)

protected

  ScrollingSupport: TScrollingSupport;

  

  FMaxItemWidth: Integer;

  

  ItemHeight: Integer;

  

  procedure Paint(); override;

  

  function ProcessEvent(); override;

  

  function DistributeEvent(); override;

  

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  procedure RecalcWidth;

  

  procedure UpdateScrollBars;

  

  procedure RedrawItem();

  

  property CanExpandWidth;

  

  property CanExpandHeight;

  

  property HotTrack: Boolean; [rw]

  

  property ItemIndex: Integer; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Items: TStrings; [rw]

  

end;

Inheritance

TCustomListBox

  

|

TWidget

  

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

|

TComponent

?

TObject