Determines whether the file associated with the BFile field is opened.
Class
TOraFile
Syntax
function IsOpen: boolean;
Return Value
True, if the file is opened, False otherwise.
Remarks
Use the IsOpen method to determine whether the file associated with the BFile field is opened.
See Also