Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 560 Bytes

File metadata and controls

29 lines (23 loc) · 560 Bytes

SetControlText

Description

Sets the text of radio button, check box, push button controls.

PROCEDURE SetControlText(
				DlogID  : INTEGER;
				ItemID  : INTEGER;
				newtext : STRING);
def vs.SetControlText(DlogID, ItemID, newtext):
    return None

Parameters

Name Type Description
DlogID INTEGER ID of the dialog
ItemID INTEGER ID of the control
newtext STRING Text to insert

Version

Availability: from VectorWorks10.0

Category