|
TBaseVirtualTree.DoFocusNode Method
Internal method to set the focused node.
Pascal
procedure DoFocusNode(Node: PVirtualNode; Ask: Boolean); virtual;
Description
This methods is called by the property setter for the focused node as well as from other places to do the actual change. It takes the parameter Ask to optionally switch off (Ask = False) triggering the OnFocusChanging event.
Class
Links
What do you think about this topic? Send feedback!
|