Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandle.OverLapped Property

Indicates if overlapped IO is allowed for the socket handle.

Pascal
property OverLapped: boolean;

Overlapped is a boolean property that indicates if overlapped IO operations are allowed on the socket handle. 

Overlapped is used in AllocateSocket when the sock handle is created by the protocol stack for the specified socket family, protocol family, and IO model.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.