EAGLE Help Light

dlgTextView

Funkce
Defines a multiline text viewer field.

Zápis
dlgTextView(string Text)

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

The Text may contain Rich Text tags.

Viz také dlgTextEdit, dlgLabel, Layout Information, A Complete Example

Příklad


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


OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH