Button.SetText

Button.SetText (

string ObjectName,

string Text )

Description

Sets the text displayed on a button object.

Parameters

ObjectName

(string) The name of the button object to set.

Text

(string) The text to display.

Returns

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

See also: Related Actions