TextGetContent

Syntax

Content$ = TextGetContent(Text)

Description

Retrieves the current string content stored within the specified text object.

Parameters

Text
The handle of the text object whose content is to be retrieved.

Return Value

Returns the current text content as a string. Returns an empty string ("") if the text handle is invalid or if the text object contains no content.

See Also

CreateText, TextSetContent

Supported OS

Windows, Linux