TTCPServerPollList Class

Represents type TTCPServerPollList.

Namespace: flcTCPServer
TObject
  flcTCPServer.TTCPServerPollList
type
 TTCPServerPollList = class
 end;

The TTCPServerPollList type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TTCPServerPollList class.

Destroy

Represents the destructor of the TTCPServerPollList class.

Top
Show:
 NameDescription
ClientCount

Represents property ClientCount.

Top
Show:
 NameDescription
Add(TTCPServerClient)

Represents method Add(TTCPServerClient).

Finalise

Represents method Finalise.

GetClientByIndex(Integer)

Represents method GetClientByIndex(Integer).

GetPollBuffer(Pointer,Integer)

Represents method GetPollBuffer(Pointer,Integer).

Remove(Integer)

Represents method Remove(Integer).

Top
Show:
 NameDescription
FClientCount

Represents field FClientCount.

FClientList

Represents field FClientList.

FFDList

Represents field FFDList.

FListLen

Represents field FListLen.

FListUsed

Represents field FListUsed.

Top