System.Win.ScktComp.TCustomServerSocket.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TComponent.Create */ inline __fastcall virtual TCustomServerSocket(System::Classes::TComponent* AOwner) : TCustomSocket(AOwner) { }

Properties

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

Description

Creates an instance of TCustomServerSocket.

See Also