My question relates to the issue raised in
TVirtualStringTree. How to check a node and its children with a single confirmation?
If the options for propagation are enabled and the user checks an internal node, the events OnCheck
and OnChecking
are triggered first for its child nodes. Is there any way that the program could identify the exact node checked by the user, when event handler for OnCheck
is being executed? I experimentally ascertained that the handler for OnNodeClick
is triggered only after OnCheck
.