Re: [fpc-pascal] RTL events

2007-10-22 Thread Vinzent Hoefler
On Friday 19 October 2007 15:10, [EMAIL PROTECTED] wrote: > I'm studing RTL Events and TEvent class under Unix. RTL Event don't > keep the state of event after an RTLEventWaitFor or > RTLEventWaitForTimeout (after this the event is reseted). > > This reset after an RTLWaitFor is a rule for RTL Eve

[fpc-pascal] RTL events

2007-10-20 Thread [EMAIL PROTECTED]
Hi! I'm studing RTL Events and TEvent class under Unix. RTL Event don't keep the state of event after an RTLEventWaitFor or RTLEventWaitForTimeout (after this the event is reseted). This reset after an RTLWaitFor is a rule for RTL Events? Or it will keep the state of event in future? Fabio Lui