TWinsock2SocketThreads
From Ultibo.org
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2SocketThreads = class(TObject)
Function declarations
[Expand]
function TWinsock2SocketThreads.GetFirst:TWinsock2SocketThread;
Description: To be documented
[Expand]
function TWinsock2SocketThreads.GetLast:TWinsock2SocketThread;
Description: To be documented
[Expand]
function TWinsock2SocketThreads.Link(AValue:TWinsock2SocketThread):Boolean;
Description: Link AValue to Prev,Next Siblings and Adjust First/Last
[Expand]
function TWinsock2SocketThreads.LinkEx(APrev,AValue:TWinsock2SocketThread):Boolean;
Description: Link AValue after APrev Sibling and Adjust First/Last/Prev/Next
[Expand]
function TWinsock2SocketThreads.Unlink(AValue:TWinsock2SocketThread):Boolean;
Description: Unlink AValue from Prev,Next Siblings and Adjust First/Last
[Expand]
function TWinsock2SocketThreads.Add(AValue:TWinsock2SocketThread):Boolean;
Description: Add AValue to List and link with Siblings
[Expand]
function TWinsock2SocketThreads.Remove(AValue:TWinsock2SocketThread):Boolean;
Description: Unlink AValue from Siblings and Remove from List
[Expand]
function TWinsock2SocketThreads.Insert(APrev,AValue:TWinsock2SocketThread):Boolean;
Description: To be documented
[Expand]
function TWinsock2SocketThreads.Find(AValue:TWinsock2SocketThread):Boolean;
Description: To be documented
[Expand]
function TWinsock2SocketThreads.FindByID(AThreadID:TThreadID):TWinsock2SocketThread;
Description: To be documented
Return to Unit Reference