OnProcessing Event


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declaration

property OnProcessing: TProcessingEvent;

Description

The OnProcessing event occurs whenever the viewer either begins or finishes an operation. This event may be used to disable menu items and/or buttons during time consuming operations.

See the TProcessingEvent type for information on the parameters.