Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 715 Bytes

File metadata and controls

29 lines (23 loc) · 715 Bytes

GetMultilineText

Description

Gets the text that is contained in the given componentID.

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

Parameters

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

Version

Availability: from Vectorworks 2010

Category