[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
True while painting the control.
Source position: controls.pp line 1575
public function TControl.IsProcessingPaintMsg: Boolean; |
As the name says, the cfProcessingWMPaint flag in FControlFlags is set while a LM_PAINT message is processed, and IsProcessingPaintMsg checks this flag.
lazarus-ccr.sourceforge.net |