Class TrDBLookupListBox
Unit
rDBComponents
Declaration
type TrDBLookupListBox = class(TDBLookupListBox)
Description
enhanced TDBLookupListBox with bound label
Hierarchy
- TDBLookupListBox
- TrDBLookupListBox
Overview
Methods
Properties
Description
Methods
|
procedure UpdateState(Sender: TObject); virtual; |
update current state of component (called automatically)
|
Properties
|
property DataField: string read GetDataField write SetDataField; |
|
|
property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace; |
define color for not edit state
|
|
property DBEditLabel: TDBBoundLabel read FDBEditLabel; |
define properties of bound label
|
|
property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix; |
define prefix for auto-named function (name of component is set according datafield)
|
|
property OnMouseClick: TNotifyEvent read FOnMouseClick write FOnMouseClick; |
define event after mouse up
|
Generated by PasDoc 0.15.0.
|