Source position: CFRunLoop.pas line 600
function CFRunLoopTimerCreate( |
allocator: CFAllocatorRef; |
fireDate: CFAbsoluteTime; |
interval: CFTimeInterval; |
flags: CFOptionFlags; |
order: CFIndex; |
callout: CFRunLoopTimerCallBack; |
var context: CFRunLoopTimerContext |