State (ActiveX / VCL)

<< Click to Display Table of Contents >>

Navigation:  Memory Streams (ActiveX / VCL) >

State (ActiveX / VCL)

Previous pageReturn to chapter overviewNext page

[Professional Edition and above; ActiveX / VCL only]

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