ctrlSetStructuredText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 23: Line 23:


Set the structured text which will be displayed in structured text control.
Set the structured text which will be displayed in structured text control.


'''Example''':
'''Example''':
      
      
_control '''ctrlSetStructuredText''' parseText "First line<img image=data\isniper.paa/>&ltbr/>Second line"
_control '''ctrlSetStructuredText''' parseText "First line<img image=data\isniper.paa/>&ltbr/>Second line"

Revision as of 13:55, 6 July 2006


control ctrlSetStructuredText structured text


Operand types:

control: Control

structured text: Structured Text

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Set the structured text which will be displayed in structured text control.


Example:

_control ctrlSetStructuredText parseText "First line<img image=data\isniper.paa/>&ltbr/>Second line"