Class TOvrEdit (unit OEdit) |
Inherits from
TEdit
constructor Create(AOwner: TComponent);
destructor Destroy;
--------------------------------------------------
function GetInsertKeyState: TInsertKeyStates;
--------------------------------------------------
procedure KeyDown(var Key: Word; Shift: TShiftState);
--------------------------------------------------
procedure KeyPress(var Key: Char);
--------------------------------------------------
procedure WMChar(var Msg: TWMKey);
--------------------------------------------------
property TabOnEnter : boolean
property InsertKeyState : TInsertKeyStates
FInsertKeyState : boolean;
FTabOnEnter : boolean;
constructor Create(AOwner: TComponent);
destructor Destroy;
--------------------------------------------------
function GetInsertKeyState: TInsertKeyStates;
--------------------------------------------------
procedure KeyDown(var Key: Word; Shift: TShiftState);
--------------------------------------------------
procedure KeyPress(var Key: Char);
--------------------------------------------------
procedure WMChar(var Msg: TWMKey);
--------------------------------------------------
property TabOnEnter : boolean
property InsertKeyState : TInsertKeyStates
FInsertKeyState : boolean;
FTabOnEnter : boolean;