True while painting the control.
Source position: controls.pp line 1649
public function TControl.IsProcessingPaintMsg: Boolean; |
True when the control flags contain a value for paint methods.
As the name implies, the cfProcessingWMPaint flag in FControlFlags is set while a LM_PAINT message is processed, and IsProcessingPaintMsg checks this flag.
CT Web help |
CodeTyphon Studio |