IVTEditLink.ProcessMessage Method

Virtual Tree View

This function is used to forward messages being directed to the virtual tree.

Pascal
procedure ProcessMessage(var Message: TMessage); stdcall;
Description

Some node editors might need to trap some messages which are directed to the treeview window. This function remedies the need to subclass the virtual tree via its WindowProc property. If these messages are not needed leave the function body empty.

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