[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
Shortcut init
Source position: levents.pp line 162
public procedure TLEventer.LoadFromEventer( |
aEventer: TLEventer |
); virtual; |
aEventer |
|
The eventer to load from |
This is a initialization method used to get all the data from another eventer into this one. It can be used to "switch" eventers runtime. Users should be careful however, as this method isn't "safe". The handles are owned by two eventers as a result of this method. One of the eventers should unplug (not remove) all it's handles and only be freed after that.
No notes exist for this page yet.