|
TVSTTextSourceType Enumeration
Not documented.
Pascal
TVSTTextSourceType = (tstAll, tstInitialized, tstSelected, tstCutCopySet, tstVisible);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
tstAll |
Initialization is done on the fly. |
tstInitialized |
Only initialized nodes are rendered. |
tstSelected |
Only selected nodes are rendered. |
tstCutCopySet |
Only nodes currently marked as being in the cut/copy clipboard set are rendered. |
tstVisible |
Only visible nodes are rendered. |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|