API:System.Net.Socket.TSocket.TSocketConnectResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AContext: TObject; const AProc: TProc;
const AAsyncCallback: TAsyncCallback = nil; AAsyncCallbackEvent: TAsyncCallbackEvent = nil);

C++

__fastcall TSocketConnectResult(System::TObject* const AContext, const System::Sysutils::_di_TProc AProc, const System::Classes::_di_TAsyncCallback AAsyncCallback, System::Classes::TAsyncProcedureEvent AAsyncCallbackEvent);

Properties

Type Visibility Source Unit Parent
constructor protected
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocketConnectResult

Description


Creates an instance of TBaseAsyncResult.

System.Net.Socket.TSocket.TSocketConnectResult.Create inherits from System.Classes.TBaseAsyncResult.Create. All content below this line refers to System.Classes.TBaseAsyncResult.Create.

Creates an instance of TBaseAsyncResult.

You may optionally provide an object of any type that provides context information. Use Context to access that object.

See Also