RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonDialog.DefaultHandler Method

Sends unhandled messages to Windows for processing.

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

DefaultHandler is called by Dispatch when it cannot find a method for a particular message. DefaultHandler sends these messages to the dialog's window procedure, where they are handled by Windows. 

 

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