System.Win.ScktComp.TCustomWinSocket.SetAsyncStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsyncStyles(Value: TASyncStyles);

C++

void __fastcall SetAsyncStyles(TAsyncStyles Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomWinSocket

Description

Sets the ASyncStyles property.

SetAsyncStyles implements the ASyncStyles property. Override SetAsyncStyles to limit the value of ASyncStyles to notifications that are appropriate to a particular type of Windows socket.

See Also