Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
AddStyledText | function | public | version 1.0 | no |
public function AddStyledText(text, szStylename); |
text | a string containing the text that needs to be added to the view. |
szStylename | a string naming the style. The style is the one created by the CreateStyle function. |
Adds text to a text view, linked to a style. The szStylename is a string that is linked to a RTextTag object customizing the text that will be added (color, font, etc). This function is similar to the AddText function, and if the "szStylename" parameter is a non-defined style, its behavior is identical to AddText. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:57 2009 GMT | (c)2009 RadGs Software |