Media Player Object - Is Visible

Determines a Media Player Object's current state of visibility.

Returns TRUE if the object is visible, and FALSE if the object is hidden.

Action ID:
Action Category:
Action List Syntax:

84
Media Player Object
<<VARIABLE>> = MediaPlayerObject[<<OBJECTNAME>>].IsVisible

Settings

Variable name:

The variable that will hold the Media Player Object's current state of visibility.

Object

The Media Player Object whose visibility will be queried.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_MEDIA_PLAYER_OBJECT_IS_VISIBLE

MSG_ERR_MEDIA_PLAYER_OBJECT_IS_VISIBLE
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None