RAD Studio VCL Reference
|
Handles all otherwise-unhandled messages.
procedure DefaultHandler(var Message); override;
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!
|