Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
AddText | function | public | version 1.0 | no |
public function AddText(text); |
text | a string containing the text that needs to be added to the view |
Adds text to a text view. This is a convenient alternative to the Text property minimizing the network flow. |
Memo.AddText("Joe "); Memo.AddText("Black !"); // this will be the equivalent of Memo.Text += "Joe "; Memo.Text += "Black "; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:13 2011 GMT | (c)2011 RadGs Software |