Object¶
Object.
Object.SendESC |
Send a “ESC” key stroke. |
Object.RemoteCompare |
RemoteCompare. |
Object.IsError |
Indicates whether it is an error. |
Object.ToDouble |
Convert to double value type. |
Object.ToInteger |
Converts to an integer or 0. |
Object.Untrack |
Cancels tracking. |
Object.Track |
Tracks the element. |
Object.Obj |
Late-bound or dynamic object. |
Object.IsEmpty |
Indicates whether the object is empty. |
Object.IsNull |
Indicates whether the object is null. |
Object.SendHostEnter |
SendHostEnter. |
Object.SendHostKeys |
SendHostKeys. |
Object.SendHostDel |
SendHostDel. |
Object.Substring (String) |
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length. |
Object.HashCode |
HashCode. |
Object.>$ |
Stores the object into a variable in the root scope. |
Object.> |
>, Inserts an object at the top of the cache stack and returns the object. |
Object.| |
|, Relace the object at the top of the cache stack and returns the object. |
Object.$ |
References a variable in the root scope. |
Object.Var |
Accesses a variable. |
Object.SendInput |
SendInput and end with Enter, Note: cannot handle text that need help of IME. |
Object.SendTab |
Send a “Tab” key stroke. |
Object.SendEnter |
Send a “Enter” key stroke. |
Object.SendKeys |
Sends any combination of key strokes allowed by the Windows system. |
Object.SendText (String) |
SendText, Note: cannot handle text that need help of IME. |
Object.Wait |
Waits the specified period of time in milliseconds. |
Object.Wait ([duration =] Integer) |
Waits the specified period of time in milliseconds. |
Object.Wait ([moment =] Time) |
Waits the specified period of time in milliseconds. |
Object.ToString |
Returns a string representation of the object. |
Object.TypeText |
Types in text. |