[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_listbox' (#fpgui)

TfpgListBox

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

Declaration

Source position: fpg_listbox.pas line 141

type TfpgListBox = class(TfpgTextListBox)

published

  property AcceptDrops: Boolean;

  property Align: TAlign;

  property AutoHeight: Boolean;

  property BackgroundColor: TfpgColor;

  property DragToReorder: Boolean;

  property Enabled: Boolean;

  property FocusItem: Integer;

  property FontDesc: string;

  property Hint: TfpgString;

  property HotTrack: Boolean;

  property Items: TStringList;

  property ParentShowHint: Boolean;

  property PopupFrame: Boolean;

  property ScrollBarPage: Integer;

  property ScrollBarWidth: Integer;

  property ShowHint: Boolean;

  property TabOrder: Integer;

  property Text: string;

  property TextColor: TfpgColor;

  property OnChange: TNotifyEvent;

  property OnDoubleClick: TMouseButtonEvent;

  property OnDragDrop: TfpgDragDropEvent;

  property OnDragEnter: TfpgDragEnterEvent;

  property OnDragLeave: TNotifyEvent;

  property OnDragStartDetected: TNotifyEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  property OnKeyPress: TKeyPressEvent;

  property OnMouseDown: TMouseButtonEvent;

  property OnMouseExit: TNotifyEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseButtonEvent;

  property OnScroll: TNotifyEvent;

  property OnSelect: TNotifyEvent;

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgListBox

|

TfpgTextListBox

|

TfpgBaseListBox

|

TfpgWidget

  

This forms the basis of any visual widget in fpGUI

|

TfpgWindow

  

Encapsulates a top level or child window

|

TfpgWindowImpl

  

Maps to a backend specific base class

|

TfpgX11Window

  

Implements XLib specific windowing functionality

|

TfpgWindowBase

  

Abstract class use for representing a Window or Widget

|

TfpgComponent

  

A descendant of the FPC TComponent class

|

TComponent

?

TObject


Documentation generated on: 2015-04-04