Class TrDBListBox
Unit
rDBComponents
Declaration
type TrDBListBox = class(TDBListBox)
Description
enhanced TDBListBox with bound label
Hierarchy
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)
|
Generated by PasDoc 0.15.0.
|