|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > Standard > TIWText > Properties > RawText |
Use this property to indicate if the component will emit the Lines property content as plain HTML, wihch will be interpreted by the browser as such. If you, for example, add HTML code that generates a HTML table, the browser will show the HTML table itself instead of the text in the Lines property.
SIGNATURE=IWCompText.TIWText.RawText
ETYPE=Property
Declaration:
Delphi: |
published property RawText; |
C++: |
__published: __property RawText; |
Description: This is RawText, a member of class TIWText.