Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.WndProc Method

Provides specific message responses for the control.

procedure WndProc(var Message: TMessage); override;

Override WndProc to change the initial Windows message handler for the control. The WindowProc property is initialized to point to the WndProc method. 

WndProc processes standard messages: WM_COPY, WM_PASTE, WM_CUT, WM_CLEAR. 

WndProc also processes some of standard edit messages: EM_XXXXX

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!