Returns the numeric value from the specified INTEGER numeric edit field control.
FUNCTION GetEditInteger(
dialogID : LONGINT;
itemID : LONGINT;
VAR value : LONGINT): BOOLEAN;def vs.GetEditInteger(dialogID, itemID):
return (BOOLEAN, value)| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The index of the dialog layout containing the control. |
| itemID | LONGINT | The index of the control item. |
| value | LONGINT | The value contained in the field. |
does math, returns false for any error in conversion
Availability: from VectorWorks9.0