Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 691 Bytes

File metadata and controls

29 lines (23 loc) · 691 Bytes

SetItemText

Description

Sets the text for the specified text component.

PROCEDURE SetItemText(
				dialogID    : LONGINT;
				componentID : LONGINT;
				text        : DYNARRAY[] of CHAR);
def vs.SetItemText(dialogID, componentID, text):
    return None

Parameters

Name Type Description
dialogID LONGINT the dialog identifier given by CreateLayout or CreateResizableLayout
componentID LONGINT The identifier of the text component.
text DYNARRAY[] of CHAR The text that should be placed in the text component.

Version

Availability: from Vectorworks 2010

Category