[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Get the next iterator
Source position: lnet.pp line 395
public function TLTcp.IterNext: Boolean; override; |
Returns true if there is a next socket, false otherwise (and resets the iterator)
This method is used to get Iterator to point to the next socket. This method is used to iterate all the sockets in given connection. It returns true if Iterator was moved to the next socket or false if there was no socket to move on. In case it returns false, the iterator is reset with IterReset automatically.
No notes exist for this page yet.