Class TBoundListBox
Unit
rDBComponents
Declaration
type TBoundListBox = class(TCustomListBox)
Description
TListBox subcomponent used by other TrDBMemoCB
Hierarchy
- TCustomListBox
- TBoundListBox
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property Style; |
|
 |
property BevelEdges; |
|
 |
property BevelInner; |
|
 |
property BevelKind default bkNone; |
|
 |
property BevelOuter; |
|
 |
property BorderStyle; |
|
 |
property Color; |
|
 |
property Ctl3D; |
|
 |
property Enabled; |
|
 |
property Items; |
|
 |
property PopupMenu; |
|
 |
property ScrollWidth; |
|
 |
property ShowHint; |
|
 |
property Sorted; |
|
 |
property Visible; |
|
 |
property OnDblClick; |
|
 |
property OnDrawItem; |
|
 |
property OnEnter; |
|
 |
property OnExit; |
|
 |
property OnKeyDown; |
|
 |
property OnKeyPress; |
|
 |
property OnKeyUp; |
|
 |
property OnMeasureItem; |
|
 |
property OnMouseDown; |
|
 |
property OnMouseMove; |
|
 |
property OnMouseUp; |
|
Generated by PasDoc 0.15.0.
|