EAGLE Help Light

dlgStringEdit

Funkce
Defines a string entry field.

Zápis
dlgStringEdit(string &Text)

Description
The dlgStringEdit statement defines a text entry field with the given Text.

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

Příklad


string Name = "Linus";
dlgHBoxLayout {
  dlgLabel("Enter &Name");
  dlgStringEdit(Name);
  }


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