SetText Method (SapTextField)
Class
SapTextField
.
Action
Sets the text of the control to the specified text.
Syntax
C#
textField
.
SetText
(
text
)
VB
textField
.
SetText
(
text
)
Variable
Description
text
New text of the text component.
String
.