[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TGraphic.OnProgress

Event handler signalled to track the progress of operations in the class instance.

Declaration

Source position: graphics.pp line 839

public property TGraphic.OnProgress : TProgressEvent
  read FOnProgress
  write FOnProgress;

Description

OnProgress is a TProgressEvent property with the event handler signalled to track the progress of operations in the class instance. See the Progress topic for more detailed information.

Applications must assign an object procedure to the event handler to respond to progress notification messages. The Sender argument contains the object with triggered the notification.

See also

Progress

  

Monitoring the progress of drawing a complicated Graphic.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.