TBaseVirtualTree.GetColumnClass Method

Virtual Tree View

Returns the class to be used to manage columns in the tree.

Pascal
function GetColumnClass: TVirtualTreeColumnClass; virtual;
Description

GetColumnClass is a special purpose method to return a certain class which is used by the tree for the columns. TVirtualBaseTree always returns TVirtualTreeColumn but descentants can override this method to return own classes.

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