Class TDBEditK (unit DBEditK)

Inherits from

TDBEdit

Published declarations

Constructors


constructor Create(AOwner: TComponent);

Public declarations

========================================================================== ========================================================================== ========================================================================== ========================================================================== ==========================================================================



Functions

procedure KeyDown(var Key: Word; Shift: TShiftState);

Protected declarations

procedure SetAppendKey(Value: TFunctionKeys);


procedure SetCancelKey(Value: TFunctionKeys);


procedure SetDeleteKey(Value: TFunctionKeys);


procedure SetEditKey(Value: TFunctionKeys);


procedure SetFirstKey(Value: TFunctionKeys);


procedure SetInsertKey(Value: TFunctionKeys);


procedure SetLastKey(Value: TFunctionKeys);


procedure SetNextKey(Value: TFunctionKeys);


procedure SetPostKey(Value: TFunctionKeys);


procedure SetPriorKey(Value: TFunctionKeys);


procedure SetRefreshKey(Value: TFunctionKeys);


Properties

property AppendKey : TFunctionKeys


property CancelKey : TFunctionKeys


property DeleteKey : TFunctionKeys


property EditKey : TFunctionKeys


property FirstKey : TFunctionKeys


property InsertKey : TFunctionKeys


property LastKey : TFunctionKeys


property NextKey : TFunctionKeys

Published declarations

property PostKey : TFunctionKeys


property PriorKey : TFunctionKeys


property RefreshKey : TFunctionKeys


Events

Variables

AppendK : word;


CancelK : word;


DeleteK : word;


EditK : word;


fAppendKey : TFunctionKeys;


fCancelKey : TFunctionKeys;


fDeleteKey : TFunctionKeys;


fEditKey : TFunctionKeys;


fFirstKey : TFunctionKeys;


fInsertKey : TFunctionKeys;


FirstK : word;


fLastKey : TFunctionKeys;


fNextKey : TFunctionKeys;

Private declarations

fPostKey : TFunctionKeys;


fPriorKey : TFunctionKeys;


fRefreshKey : TFunctionKeys;


InsertK : word;


LastK : word;


NextK : word;


PostK : word;


PriorK : word;


RefreshK : word;



Constructors


constructor Create(AOwner: TComponent);

Public declarations

========================================================================== ========================================================================== ========================================================================== ========================================================================== ==========================================================================


Functions


procedure KeyDown(var Key: Word; Shift: TShiftState);

Protected declarations


procedure SetAppendKey(Value: TFunctionKeys);


procedure SetCancelKey(Value: TFunctionKeys);


procedure SetDeleteKey(Value: TFunctionKeys);


procedure SetEditKey(Value: TFunctionKeys);


procedure SetFirstKey(Value: TFunctionKeys);


procedure SetInsertKey(Value: TFunctionKeys);


procedure SetLastKey(Value: TFunctionKeys);


procedure SetNextKey(Value: TFunctionKeys);


procedure SetPostKey(Value: TFunctionKeys);


procedure SetPriorKey(Value: TFunctionKeys);


procedure SetRefreshKey(Value: TFunctionKeys);


Properties


property AppendKey : TFunctionKeys


property CancelKey : TFunctionKeys


property DeleteKey : TFunctionKeys


property EditKey : TFunctionKeys


property FirstKey : TFunctionKeys


property InsertKey : TFunctionKeys


property LastKey : TFunctionKeys


property NextKey : TFunctionKeys

Published declarations


property PostKey : TFunctionKeys


property PriorKey : TFunctionKeys


property RefreshKey : TFunctionKeys


Events


Variables


AppendK : word;


CancelK : word;


DeleteK : word;


EditK : word;


fAppendKey : TFunctionKeys;


fCancelKey : TFunctionKeys;


fDeleteKey : TFunctionKeys;


fEditKey : TFunctionKeys;


fFirstKey : TFunctionKeys;


fInsertKey : TFunctionKeys;


FirstK : word;


fLastKey : TFunctionKeys;


fNextKey : TFunctionKeys;

Private declarations


fPostKey : TFunctionKeys;


fPriorKey : TFunctionKeys;


fRefreshKey : TFunctionKeys;


InsertK : word;


LastK : word;


NextK : word;


PostK : word;


PriorK : word;


RefreshK : word;