Class TBlDBEdit (unit BlDBEdit)

Inherits from

TDBEdit

Constructors


constructor Create(AOwner : TComponent);

Public declarations


Functions

procedure DoEnter;


procedure DoExit;


procedure KeyPress(var Key: Char);

Protected declarations

Properties

property CaseMode : TCaseMode


property CharCase : TEditCharCase

Published declarations } { excluding from Object Inspector property CharCase

property ColorOnFocus : TColor


property CursorEndField : boolean


property EnterLikeTab : Boolean


Events

event OnEnter : TNotifyEvent


event OnExit : TNotifyEvent


Variables

FCase : TEditCharCase;

Private declarations

FCaseMode : TCaseMode;


FCursorEndField : Boolean;


FEnterLikeTab : Boolean;


FOnEnter : TNotifyEvent;


FOnExit : TNotifyEvent;


FOnFocusColor : TColor;


FOnNotFocusColor : TColor;



Constructors


constructor Create(AOwner : TComponent);

Public declarations


Functions


procedure DoEnter;


procedure DoExit;


procedure KeyPress(var Key: Char);

Protected declarations


Properties


property CaseMode : TCaseMode


property CharCase : TEditCharCase

Published declarations } { excluding from Object Inspector property CharCase


property ColorOnFocus : TColor


property CursorEndField : boolean


property EnterLikeTab : Boolean


Events


event OnEnter : TNotifyEvent


event OnExit : TNotifyEvent


Variables


FCase : TEditCharCase;

Private declarations


FCaseMode : TCaseMode;


FCursorEndField : Boolean;


FEnterLikeTab : Boolean;


FOnEnter : TNotifyEvent;


FOnExit : TNotifyEvent;


FOnFocusColor : TColor;


FOnNotFocusColor : TColor;