EAGLE Help
dlgRealEdit
-
Function
-
Defines a real entry field.
-
Syntax
-
dlgRealEdit(real &Value, real Min, real Max)
-
Description
-
The dlgRealEdit statement defines a real entry field with the given Value.
If Value is initially outside the range defined by Min and Max
it will be limited to these values.
See also dlgIntEdit,
dlgStringEdit,
dlgLabel,
Layout Information,
A Complete Example
Example
real Value = 1.4142;
dlgHBoxLayout {
dlgLabel("Enter a &Number between 0 and 99");
dlgRealEdit(Value, 0.0, 99.0);
}
Index
|
Copyright © 2005 CadSoft Computer GmbH
|