Class TrDBEdit
Unit
rDBComponents
Declaration
type TrDBEdit = class(TDBEdit)
Description
enhanced TDBEdit with bound label and left + right edit button
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure UpdateState(Sender: TObject); virtual; |
update current state of component (called automatically)
|
|
procedure ValidateEdit; override; |
provide additional validation of the entered value (clean white spaces)
|
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 bound label component
|
|
property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix; |
define prefix for auto-named function (name of component is set according datafield)
|
|
property LeftButton: TrDBEditButton read FLeftButton write SetLeftButton; |
Left internal Button
|
|
property RightButton: TrDBEditButton read FRightButton write SetRightButton; |
Right internal Button
|
|
property OnLeftButtonClick: TNotifyEvent read GetOnLeftButtonClick write SetOnLeftButtonClick; |
click to Left internal Button
|
|
property OnRightButtonClick: TNotifyEvent read GetOnRightButtonClick write SetOnRightButtonClick; |
click to Right internal Button
|
Generated by PasDoc 0.15.0.
|