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| 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. |
Availability: from Vectorworks 2010