Forum Discussion
Ravik
12 years agoSuper Contributor
Keys :- The Keys action sends keyboard input to the object, it is used to simulate keyboard stroke on the object, we can simulate 1- Alphabet, 2- Number, 3- Hot keys, 4- Function keys etc,
Example-
here TestObj is nothing but your TextArea (used object hierarchy)
TestObj.Keys("[Up]")
TestObj.Keys("Your Text")