Causes the control to be redrawn when a redraw is not already in progress.
Source position: comctrls.pp line 3723
public procedure TCustomTreeView.Invalidate; override; |
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.
|
Contains the state values in effect for the control. |
|
|
Renders the tree view control. |
|
|
Set type used to store values from the TTreeViewState enumeration. |
|
|
TTreeViewState - enumerated type containing the permissible values for state of a TTreeView. |
|
|
Causes a delayed Repaint of the control by marking its visible area of the control as invalid. |
| Version 4.4 | Generated 2025-11-08 | Home |