Connected Property
This property is used to disconnect individual connections and/or show their status.
Syntax
property Connected[ConnectionId: Integer]: Boolean;
Default Value
false
Remarks
This property is used to disconnect individual connections and/or show their status.
The Connected property may be set to false to close the connection.
Connected also shows the status of a particular connection (connected/disconnected).
How and when the connection is closed is controlled by the Linger property. Please refer to its description for more information.
The size of the array is controlled by the ConnectionCount property.
This property is not available at design time.
Data Type
Boolean