RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.DefaultHandler Method

Handles all otherwise-unhandled messages.

Pascal
procedure DefaultHandler(var Message); override;
C++
virtual __fastcall DefaultHandler( Message);

DefaultHandler handles all messages not already handled in a control's WndProc or message handling methods. The inherited method should always be called for unhandled messages. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!