Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 641 Bytes

File metadata and controls

29 lines (23 loc) · 641 Bytes

SetEditInteger

Description

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

Parameters

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.

Version

Availability: from VectorWorks9.0

Category