AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkFileBase.IsOpen Property

Returns True if the file was opened successfully, False if not.

Syntax
Pascal
property IsOpen: Boolean;

You can use TAgk.GetErrorOccurred to check if it was the result of an error and TAgk.GetLastError to get said error.

Copyright (c) 2012. All rights reserved.