Suppresses the CM_CHANGED control message when an emulated TextHint is visible.
Source position: stdctrls.pp line 833
protected procedure TCustomEdit.WndProc( |
var Message: TLMessage |
); override; |
Message |
|
Message examined and handled for the control. |
WndProc is an overridden method in TCustomEdit. It ensures that the CM_CHANGED message is suppressed when an emulated TextHint is visible for the control. Otherwise, the inherited method is called to dispatch the control Message.
|
Adds special handling for focus and input messages, and notifies the DockManager. |
CT Web help |
CodeTyphon Studio |