Function GetText returns the text contained within the referenced text object.
FUNCTION GetText(objectHd : HANDLE): DYNARRAY[] of CHAR;def vs.GetText(objectHd):
return DYNARRAY[] of CHAR| Name | Type | Description |
|---|---|---|
| objectHd | HANDLE | Handle to text object. |
VS Functions: SetText
Availability: from All Versions