TChangeReason Enumeration

Virtual Tree View

Not documented.

Pascal
TChangeReason = (crIgnore, crAccumulated, crChildAdded, crChildDeleted, crNodeAdded, crNodeCopied, crNodeMoved);
Description

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

Members
Members 
Description 
crIgnore 
used as placeholder 
crAccumulated 
used for delayed changes 
crChildAdded 
one or more child nodes have been added 
crChildDeleted 
one or more child nodes have been deleted 
crNodeAdded 
a node has been added 
crNodeCopied 
a node has been duplicated 
crNodeMoved 
a node has been moved to a new place 
Group
File

VirtualTrees

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