[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the Control has called but not completed its Paint method.
Source position: controls.pp line 369
public function TControlCanvas.ControlIsPainting: Boolean; |
True when the Control has been assigned is repainting.
ControlIsPainting is a Boolean function which indicates if the Control has called but not completed its Paint method. ControlIsPainting returns True when the Control has been assigned (contains a non-Nil value) and its IsProcessingPaintMsg method returns True.
ControlIsPainting is used in the implementation of the CreateHandle method.
|
True while painting the control. |
Version 4.0 | Generated 2025-05-03 | Home |