VS:SetControlText

From Vectorworks Developer
Jump to navigation Jump to search

.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