VIDEO_OA_openMessageWarning()
This function opens a warning window and you can adjust the message individually.
Synopsis
void VIDEO_OA_openMessageWarning(string message);
Parameters
Parameter | Description |
---|---|
message | Text shown in the warning window. |
Return Value
None.
Errors
None.
Description
The function allows showing an individual message in a warning window.
EXAMPLE
The following example opens this warning window:
main()
{
VIDEO_OA_openMessageWarning("This is a test warning");
}
Assignment
Video functions
Assignment
UI, CTRL