Class TOvrEdit (unit OEdit)

Inherits from

TEdit

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;

--------------------------------------------------

function GetInsertKeyState: TInsertKeyStates;

--------------------------------------------------

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

--------------------------------------------------

procedure KeyPress(var Key: Char);

--------------------------------------------------

procedure WMChar(var Msg: TWMKey);

--------------------------------------------------

Properties

property TabOnEnter : boolean


property InsertKeyState : TInsertKeyStates


Events

Variables

FInsertKeyState : boolean;


FTabOnEnter : boolean;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;

--------------------------------------------------


function GetInsertKeyState: TInsertKeyStates;

--------------------------------------------------


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

--------------------------------------------------


procedure KeyPress(var Key: Char);

--------------------------------------------------


procedure WMChar(var Msg: TWMKey);

--------------------------------------------------


Properties


property TabOnEnter : boolean


property InsertKeyState : TInsertKeyStates


Events


Variables


FInsertKeyState : boolean;


FTabOnEnter : boolean;