GetText

Top  Previous  Next

 

GetText (Method)

 

Returns the text of a text object with a specific handle

 

Syntax:

Function GetText(hTextItem As Integer) As String

 

The GetText method syntax consists of the following:

Parameter

Data Type

Description

hTextItem

Integer

Is the handle of the text object

 

Return value:

String - Is the text of the text object

 

Example