Image Object - Set Text

Sets (changes) the text in an Image Object's caption.

Action ID:
Action Category:
Action List Syntax:

147
Image Object
ImageObject[<<OBJECTNAME>>].SetText (<<TEXT>>)

Settings

Object:

The name of the Image Object that whose caption text you want to set.

Text:

The new text that will be used as the Image Object's caption. (This text will be drawn right over top of the Image Object at run time.)

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_IMAGE_OBJECT_SET_TEXT

MSG_ERR_IMAGE_OBJECT_SET_TEXT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None