|
TCustomVirtualTreeOptions Class
Organizes all tree options into subproperties for easier managment.
Pascal
TCustomVirtualTreeOptions = class(TPersistent);
Description
There are a lot of options available which control certain aspects of Virtual Treeview. Because there might only be at most 32 members in a published set and also for better overview these options have been splitted into several subsets, each related to a particular feature group like painting or node selection. With this implementation you can even derive an own option class and modify which options should be shown in Delphi's object inspector for your class.
Group
Members
Properties
Options related to animations.
Options related to automatic actions.
Options not related to any other category.
Owner tree to which the property class belongs.
Options related to painting.
Options related to the way nodes can be selected.
Methods
Used to copy this option class to another option collection.
Constructor of the class.
Legend
protected
Property
public
read only
Method
virtual
Class Hierarchy
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|