Text
(string) The text to display.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Window.Show
OverviewExamples
Window.Show ( number WndHandle )
De s cr ip t ion
Shows a specific window given it's window handle. This action can be used to "show" a window after a
Window.Hide action was performed.
P arame t er s
WndHandle
(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
x B u tt o n
xButton.GetImage
OverviewExamples
string xButton.GetImage ( string ObjectName )
De s cr ip t ion
Returns the path to the image file that is currently displayed on an xButton object.
P arame t er s
ObjectName
(string) The name of the xButton object.
Re t u r n s
(string) The full path to the image file that is currently displayed on the xButton object. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.