VIDEO_OA_openMessageInfo()

This function opens an information window and you can adjust the message individually.

Synopsis

void VIDEO_OA_openMessageInfo(string message);

Parameters

Parameter Description
message Text shown in the information window.

Return Value

None.

Errors

None.

Description

This function opens an information window and you can adjust the message individually.

EXAMPLE

The following example opens this information window:

main()
{
  VIDEO_OA_openMessageInfo("This is a test information");
}

Assignment

Video functions

Availability

UI, CTRL