ClientCount Property
The number of records in the Client arrays.
Syntax
__property int ClientCount = {read=FClientCount, write=FSetClientCount};
Default Value
0
Remarks
This property controls the size of the following arrays:- ClientAcceptData
- ClientBytesSent
- ClientConnected
- ClientConnectionId
- ClientDataToSend
- ClientEOL
- ClientLocalAddress
- ClientRemoteHost
- ClientRemotePort
- ClientSingleLineMode
- ClientTimeout
This property is read-only and not available at design time.
Data Type
Integer