RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRawSocket.Create Constructor

Creates an instance of a TRawSocket object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TRawSocket(TComponent * AOwner);

Call Create indirectly, using the new keyword, to instantiate a TRawSocket object. 

 

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