Class TBoundButtonedEdit

Unit

Declaration

type TBoundButtonedEdit = class(TButtonedEdit)

Description

TButtonedEdit subcomponent used by TrDBCheckListBox

Hierarchy

  • TButtonedEdit
  • TBoundButtonedEdit

Overview

Methods

Public constructor CreateLinkEvent(AOwner: TComponent; OnFindEvent: TNotifyEvent);

Properties

Public property ScaleRatio: double read FScaleRatio;
Published property FindDelay: cardinal read FFindDelay write FFindDelay default 250;
Published property Left stored false;
Published property Top stored false;
Published property Width stored false;
Published property Height stored false;

Description

Methods

Public constructor CreateLinkEvent(AOwner: TComponent; OnFindEvent: TNotifyEvent);
 

Properties

Public property ScaleRatio: double read FScaleRatio;

define actual scale ratio relative to original designed size

Published property FindDelay: cardinal read FFindDelay write FFindDelay default 250;

define delay between text update and find event

Published property Left stored false;
 
Published property Top stored false;
 
Published property Width stored false;
 
Published property Height stored false;
 

Generated by PasDoc 0.15.0.