Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 725 Bytes

File metadata and controls

32 lines (25 loc) · 725 Bytes

GetItemText

Description

Gets the text that is contained in the given componentID.

PROCEDURE GetItemText(
				dialogID    : LONGINT;
				componentID : LONGINT;
				VAR text    : STRING);
def vs.GetItemText(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 STRING The text of the component.

See Also

CreateEditText

Version

Availability: from Vectorworks 2010

Category