Focusing
Specifies whether the node can get focus (become ActiveNode
) and react on keyboard strokes. Focus can be changed by clicking on a focusable node, or with using Tab key.
pas
property Focusing: Boolean read FFocusing write SetFocusing default True;