ctrlSetStructuredText: Difference between revisions
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/><br/>Second line" | _control '''ctrlSetStructuredText''' parseText "First line<img image=data\isniper.paa/><br/>Second line" |
Revision as of 12:55, 6 July 2006
control ctrlSetStructuredText structured text
Operand types:
control: Control
structured text: Structured Text
Type of returned value:
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/><br/>Second line"