end 21
Now while these actions can be activated using the shortcut commands, the program has no menu to execute them, but the form adds gesture support, connecting three gestures to the actions, as you can see in the image of the Object Inspector here on the right.
To have a clearer view of the actions connected to the active gestures for a control, what you can do is copy the properties of the GestureManager component, which will list the gestures binding for each control connected to it
(in this case only the form, the owner)65. For each active gesture you can see the corresponding action:
object GestureManager1: TGestureManager GestureData = < item
Control = Owner Collection = < item
Action = EditPaste1 GestureID = sgiCheck
Post a comment