SetText Method |
Top Previous Next |
SetText allows to put text information into edit buffer.
VB.NET Syntax
tnxxxx.SetText (StartPos As Integer, String text)
tnxxxx.SetText (Row As Integer, Col As Integer, String text)
C# Syntax
tnxxxx.SetText (int StartPos, string text)
tnxxxx.SetText (int Row, int Col, string text)
Remarks
SetText allows to put text information into edit buffer, starting according to position StartPos or Row and Col parameters.
|