|
TBaseVirtualTree.CanEdit Method
Determines whether a node can be edited or not.
Pascal
function CanEdit(Node: PVirtualNode; Column: TColumnIndex): Boolean; virtual;
Description
The method is called when the tree is about to start a node edit operation. Returns true if editing is allowed, otherwise false.
Class
Links
What do you think about this topic? Send feedback!
|