On Thursday 23 August 2007 17:02, ik wrote: > Hi, > > Is there an equivalent for Java's sleep and notify/notifyAll in FPC's > rtl ? The "SetEvent" methods of "RtlWaitEvent" (notify) and "RTLSimpleEvent" (notify all), IIRC. Vinzent.