[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
Eventizes the eventer
Source position: levents.pp line 158
public function TLEventer.CallAction: Boolean; virtual; |
Returns true on success
This method is the heart of the eventer. It ensures activity. Once called, all handles are checked for events and callbacks are issued. Depending on timeout this method will block or not (if timeout is > 0 it will block for that time or until an event occurs on any handle, if timeout is -1, it will block until an event happens).
No notes exist for this page yet.