RadioButton.SetText

RadioButton.SetText (

string ObjectName,

string Text )

Description

Sets the text currently displayed on the radiobutton object.

Parameters

ObjectName

(string) The name of the radiobutton object.

Text

(string) The text you want to display on the radiobutton object.

Returns

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

See also: Related Actions