EAGLE Help

dlgTextView


Function
Defines a multiline text viewer field.

Syntax
dlgTextView(string Text)

Description
The dlgTextView statement defines a multiline text viewer field with the given Text.

The Text may contain Rich Text tags.

See also dlgTextEdit, dlgLabel, Layout Information, A Complete Example

Example


string Text = "This is some text.\nLine 2\nLine 3";
dlgVBoxLayout {
  dlgLabel("&View the text");
  dlgTextView(Text);
  }

Index Copyright © 2002 CadSoft Computer GmbH