[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Immediately redraws the control when visible, bypassing the message queue.
Source position: controls.pp line 1652
public procedure TControl.Repaint; virtual; |
|
The control within which the control is shown. |
|
|
Returns True if the control is visible, including all of its Parents. |
|
|
Style flags, specifying whether the control responds to mouse clicks, can be re-sized, has particular actions, etc. |
|
|
Force a delayed Repaint of the control, by marking its visible area of the control as invalid. |
|
|
Redraw invalidated parts of the control immediately. |
|
|
Paints all child controls which do not have a Handle. |
|
TComponent.ComponentState |
lazarus-ccr.sourceforge.net |