Text Property (Read Only) |
Top Previous Next |
Gets the text located in the column and row coordinates, with the length specified.
Visual Basic Syntax
[String =] TNBXmlClient.Text (r As Integer, c As Integer, l As Integer)
Delphi Syntax
[String :=] TNBXmlClient.Text [r, c, l: Integer];
Remarks
r and c indicate the row and column coordinates respectively and l the length of the string.
|