SetText Method (AWTTextComponent)

Class

AWTTextComponent class

Action

Sets the text of the text component to the specified text.

Syntax

textComponent.SetText(text)
Variable Description
text New text of the text component. STRING.

Examples

TextComponent.SetText("SilkTest")