TcxDoublyLinkedEventList.ForEach(TcxSchedulerForEachEventHandlerProc,Pointer,Boolean) Method
Declaration
procedure ForEach(AProc: TcxSchedulerForEachEventHandlerProc; AData: Pointer; AGoForward: Boolean = True);
Parameters
Name | Type |
---|---|
AProc | TcxSchedulerForEachEventHandlerProc |
AData | Pointer |
AGoForward | Boolean |
See Also