SetText Method (SapTextEdit)
Class
SapTextEdit
.
Action
Sets the specified text in the text edit control.
Syntax
C#
textEdit
.
SetText
(
text
)
VB
textEdit
.
SetText
(
text
)
Variable
Description
text
Text.
String
.