Image Object - Get Text

Gets an Image Object's current caption text and stores it in a variable.

Action ID:
Action Category:
Action List Syntax:

146
Image Object
<<VARIABLE>> = ImageObject[<<OBJECTNAME>>].GetText

Settings

Variable name:

The variable that will hold the Image Object's caption text.

Object

The Image Object whose caption text will be stored.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_IMAGE_OBJECT_GET_TEXT

MSG_ERR_IMAGE_OBJECT_GET_TEXT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None