TVirtualNodeState Enumeration

Virtual Tree View

Not documented.

Pascal
TVirtualNodeState = (vsInitialized, vsChecking, vsCutOrCopy, vsDisabled, vsDeleting, vsExpanded, vsHasChildren, vsVisible, vsSelected, vsInitialUserData, vsAllChildrenHidden, vsClearing, vsMultiline, vsHeightMeasured, vsToggling);
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
vsInitialized 
Set after the node has been initialized. 
vsChecking 
Node's check state is changing, avoid propagation. 
vsCutOrCopy 
Node is selected as cut or copy and paste source. 
vsDisabled 
Set if node is disabled. 
vsDeleting 
Set when the node is about to be freed. 
vsExpanded 
Set if the node is expanded. 
vsHasChildren 
Indicates the presence of child nodes without actually setting them. 
vsVisible 
Indicate whether the node is visible or not (independant of the expand states of its parents). 
vsSelected 
Set if the node is in the current selection. 
vsInitialUserData 
Set if (via AddChild or InsertNode) initial user data has been set which requires OnFreeNode. 
vsAllChildrenHidden 
Set if vsHasChildren is set and no child node has the vsVisible flag set. 
vsClearing 
Don't register structure change event. 
vsMultiline 
Node text is wrapped at the cell boundaries instead of being shorted. 
vsHeightMeasured 
Node height has been determined and does not need a recalculation. 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!