Code Browser
Home
News
Features
Screenshots
Download
Documentation
Changes
Links
Articles
Code Folding
Tips
Elastic Tabstops
Qt Port
RSS
News Feed
Documentation
»
Scripting
»
Class Reference
»
Model
»
TextBlock
»
setRowText
Changes the text of the row at given index.
Syntax
aTextBlock
setRowText (
index
,
text
)
Parameters
index
-
Integer
The index of the row (zero based).
text
-
String
The new text.
Remarks
The text must not contain any new line character.