Returns False if the internal resource has been allocated, and is currently open (i.e., has not yet been closed).
isResourceClosed? ( resource as User ) As Boolean
Argument | Type | Description |
---|---|---|
resource | User | The object handle previously returned by an AllocateResource() function call. |
See Also: AllocateResource() and CloseResource()