[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
Add new handle to the eventer
Source position: levents.pp line 157
public function TLEventer.AddHandle( |
aHandle: TLHandle |
):Boolean; virtual; |
aHandle |
|
The handle to be added |
Returns true on success
This method adds a new handle to the eventer. After this call, the handle will be controled and owned by this eventer. One handle should not be in more than one eventer at a time.
No notes exist for this page yet.