RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.DefaultHandler Method

Processes message records.

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

DefaultHandler overrides the inherited method in order to process all messages that are sent to the Windows socket object. DefaultHandler passes the messages to the Windows CallWindowProc function. 

 

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