TIWText

TIWText

TIWText

The TIWText control allows you to add static text to your IW Form..

TIWText = class(TIWCustomControl)

Properties

property BGColor: TIWColor

Use this property to set the background color of the control.

property ConvertSpaces: Boolean;

Use this property to indicate if the control will emit the extra spaces in the Caption property or if two or more spaces will be emited as one space only.

property Lines: TStrings;

Use this property to read/write to the control’s text.

property RawText: Boolean;

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.

property UseFrame: Boolean;

Use this property to indicate if the Control will render an HTML frame it its contents are bigger than the rendered size.

property WantReturns: Boolean;

Use this property to indicate if the Control will emit a CRLF for each line.