Class TBoundButtonedEdit
Unit
rDBComponents
Declaration
type TBoundButtonedEdit = class(TButtonedEdit)
Description
TButtonedEdit subcomponent used by TrDBCheckListBox
Hierarchy
- TButtonedEdit
- TBoundButtonedEdit
Overview
Methods
|
constructor CreateLinkEvent(AOwner: TComponent; OnFindEvent: TNotifyEvent); |
Properties
|
property ScaleRatio: double read FScaleRatio; |
|
property FindDelay: cardinal read FFindDelay write FFindDelay default 250; |
|
property Left stored false; |
|
property Top stored false; |
|
property Width stored false; |
|
property Height stored false; |
Description
Methods
|
constructor CreateLinkEvent(AOwner: TComponent; OnFindEvent: TNotifyEvent); |
|
Properties
|
property ScaleRatio: double read FScaleRatio; |
define actual scale ratio relative to original designed size
|
|
property FindDelay: cardinal read FFindDelay write FFindDelay default 250; |
define delay between text update and find event
|
|
property Left stored false; |
|
|
property Top stored false; |
|
|
property Width stored false; |
|
|
property Height stored false; |
|
Generated by PasDoc 0.15.0.
|