VS:SetControlText

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Version

Availability: from VectorWorks10.0