Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 504 Bytes

File metadata and controls

28 lines (21 loc) · 504 Bytes

GetText

Description

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

Parameters

Name Type Description
objectHd HANDLE Handle to text object.

See Also

VS Functions: SetText

Version

Availability: from All Versions

Category