System.Win.ScktComp.TClientSocket.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TClientSocket(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TClientSocket

Description

Creates an instance of TClientSocket.

Call Create to create and initialize a client socket component at runtime. TClientSocket objects placed at design time are created automatically.

After calling the inherited constructor, Create

Allocates the TClientWinSocket object that describes the client endpoint of the Windows socket connection.

Iinitializes the event and error dispatchers for the client socket.

See Also