|

Data


(string) The value data to set.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

In p u t


image

Input.CanUndo

OverviewExamples

boolean Input.CanUndo ( string ObjectName )


De s cr ip t ion


Gets the undo status of an input object.


P arame t er s


ObjectName


(string) The name of the input object whose undo status you want.


Re t u r n s


(boolean) True if an undo operation can be performed on the specified object, or false if it cannot. You can use Application.GetLastError to determine whether this action failed, and why.


|