EAGLE Help

dlgStringEdit


Function
Defines a string entry field.

Syntax
dlgStringEdit(string &Text)

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

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

Example

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

Index Copyright © 2005 CadSoft Computer GmbH