SetText Method |
Top Previous Next |
SetText allows to put text information into edit buffer.
VB Syntax
TNBXmlVirtual.SetText (StartPos As Integer, Text As String)
TNBXmlVirtual.SetText (Row As Integer; Col As Integer; Text As String)
Delphi Syntax
TNBXmlVirtual.SetText (StartPos:integer; Text:string)
TNBXmlVirtual.SetText (Row:integer; Col:integer; Text:string)
Remarks
SetText allows to put text information into edit buffer, starting according to position StartPos or Row and Col parameters. |