Sets the numeric value of the specified INTEGER numeric edit field control.
PROCEDURE SetEditInteger(
dialogID : LONGINT;
itemID : LONGINT;
value : LONGINT);def vs.SetEditInteger(dialogID, itemID, value):
return None| 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 new value for the field. |
Availability: from VectorWorks9.0