IsOpen gets a boolean value indicating if the file is currently open for I/O operations.
<booleanVal> = database.IsOpen
<booleanVal>.
True indicates the file is currently open for I/O operations.
False indicates the file is currently not open for I/O operations.
Refer to the CLOSE and OPEN commands.
IsOpen is equivalent to the %OPEN built-in function.
Namespace: ASNA.VisualRPG.Runtime
Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)
Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition
ASNA.VisualRPG.Runtime
Database Class
Database Class Members
Database Class Properties
DCLDISKFILE
CLOSE
OPEN
%OPEN