[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_listbox.pas line 135
type TfpgListBox = class(TfpgTextListBox) |
published |
property AcceptDrops; |
property Align; |
property AutoHeight; |
property BackgroundColor; |
property DragToReorder; |
property Enabled; |
property FocusItem; |
property FontDesc; |
property Hint; |
property HotTrack; |
property Items; |
property ParentShowHint; |
property PopupFrame; |
property ShowHint; |
property TabOrder; |
property Text; |
property TextColor; |
property OnChange; |
property OnDoubleClick; |
property OnDragDrop; |
property OnDragEnter; |
property OnDragLeave; |
property OnDragStartDetected; |
property OnEnter; |
property OnExit; |
property OnKeyPress; |
property OnScroll; |
property OnSelect; |
property OnShowHint; |
end; |
| | ||
| | ||
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |