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

TControl.Repaint

Immediately redraws the control when visible, bypassing the message queue.

Declaration

Source position: controls.pp line 1652

public procedure TControl.Repaint; virtual;

See also

TControl.Parent

  

The control within which the control is shown.

TControl.IsVisible

  

Returns True if the control is visible, including all of its Parents.

TControl.ControlStyle

  

Style flags, specifying whether the control responds to mouse clicks, can be re-sized, has particular actions, etc.

TControl.Invalidate

  

Force a delayed Repaint of the control, by marking its visible area of the control as invalid.

TControl.Update

  

Redraw invalidated parts of the control immediately.

TWinControl.PaintControls

  

Paints all child controls which do not have a Handle.

TComponent.ComponentState

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