TProcessingEvent = procedure(Sender: TObject;
ProcessingOn: boolean) of Object;
The TProcessingEvent type is the type for the OnProcessing event. This event occurs whenever the viewer begins or finishes an operation.
ProcessingOn is set True at the start of an operation and False when the operation is completed.
See also: