[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Iterator for cycling all sockets in a connection
Source position: lnet.pp line 299
public function TLConnection.IterNext: Boolean; virtual; abstract; |
Returns true if there is a next socket, false otherwise (and resets the iterator)
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.