State

<< Click to Display Table of Contents >>

Navigation:  Memory Streams >

State

Previous pageReturn to chapter overviewNext page

[Professional Edition and above; .NET, Java, PHP, etc.]

Returns the status of the stream.

For memory streams the state can become false, if the system is out-of-memory, or if you try to read past the end of file, or if you seek outside the file.

property boolean TVPEStream.State

read; runtime only

Returns:

Value

Description

True

status ok

False

failure