IsFlushed

<< Click to Display Table of Contents >>

Navigation:  Classes > THsmStream > Properties >

IsFlushed

SIGNATURE=IW.Common.HsmStream.THsmStream.IsFlushed

 

ETYPE=Property

 

Declaration:

Delphi:

public property IsFlushed: boolean;

C++:

public: __property bool IsFlushed;

 

Description: We control the position internally, so InnerStream can't be exposed. If it becomes exposed, mPosition can't be used anymore property InnerStream: TStream read mInnerStream;