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

TCustomTreeView.Invalidate

Causes the control to be redrawn when a redraw is not already in progress.

Declaration

Source position: comctrls.pp line 3701

public procedure TCustomTreeView.Invalidate; override;

Description

Invalidate is an overridden method in TCustomTreeView, and causes the control to be redrawn if it is not already re-painting. Invalidate checks the States property for the tvsPainting flag. When present, the Paint method has already been called but not yet completed.

No actions are performed in the method when a paint operation is in progress.

Invalidate calls the inherited method prior to exit.

See also

TCustomTreeView.States

  

Contains the state values in effect for the control.

TCustomTreeView.Paint

  

Renders the tree view control.

TTreeViewStates

  

Set type used to store values from the TTreeViewState enumeration.

TTreeViewState

  

TTreeViewState - enumerated type containing the permissible values for state of a TTreeView.

TControl.Invalidate

  

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


Version 3.2 Generated 2024-02-25 Home