TVirtualDrawTree.OnCreateEditor Event

Virtual Tree View

Editing support event.

Pascal
property OnCreateEditor: TVTCreateEditorEvent;
Description

Allows to supply a customized node editor without changing the tree. TBaseVirtualTree triggers this event and raises an exception if there no editor is returned. If you don't want this then disable edit support for nodes in TreeOptions.MiscOptions. Descentants like TCustomVirtualStringTree supply a generic and simple string editor.

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