Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


9.3.2 BitmapHide (erase a bitmap)

Purpose

Erases a bitmap.

Syntax
BitmapHide(BmpFileName)
Argument
BmpFileName

Specify the full path of the bitmap file as a character string or as a variable that stores this value.

Description

The BitmapHide command erases a displayed bitmap. The command returns True on successful execution, or False if an error occurs.

True is always returned if the specified bitmap is not displayed.

Note

Do not use this command in a script started as a service; otherwise, an execution error will occur.

Example
bmpFile = _WIN_+"ABC.BMP"
BitmapShow(bmpFile, 100, 100)
Sleep(10000)
BitmapHide(bmpFile)
JP1/Script version

Supported from JP1/Script 05-00.