IVTEditLink.BeginEdit Method

Virtual Tree View

This function will be called by the virtual tree when the editing starts.

Pascal
function BeginEdit: Boolean; stdcall;
Description

Write code to actually display the node editor here. This might be something like Visible := True or Show. The return value should be true if editing can start or false otherwise. Before this function is called PrepareEdit and SetBounds are executed.

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