Class TOvrDBMemo (unit ODbMemo)

Inherits from

TDBMemo

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;

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

function GetInsertKeyState: TInsertKeyStates;

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

procedure WndProc(var Message: TMessage);

On Windows 95 Tradition Chinese Version, users use the IME (input method editor) keyin the Chinese word.

procedure WMChar(var Msg: TWMKey);

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

Properties

property InsertKeyState : TInsertKeyStates


Events

Variables


Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;

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


function GetInsertKeyState: TInsertKeyStates;

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


procedure WndProc(var Message: TMessage);

On Windows 95 Tradition Chinese Version, users use the IME (input method editor) keyin the Chinese word. But if Dataset is in Browse mode, the IME couldn't appear, so I override the WndProc to solve this problem.

-------------------------------------------------- *) {$ifdef Win32


procedure WMChar(var Msg: TWMKey);

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


Properties


property InsertKeyState : TInsertKeyStates


Events


Variables