NewSessionCacheStream

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWAppCache > Methods >

NewSessionCacheStream

SIGNATURE=IWAppCache.TIWAppCache.NewSessionCacheStream@TObject@string@TCacheStream@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class procedure NewSessionCacheStream(aOwner: TObject; const aContentType: string; out ACacheStream: TCacheStream; out aFileHRef: string);

C++:

void public: __fastcall NewSessionCacheStream(TObject * aOwner, const String aContentType, TCacheStream ACach

 

Description: Session cache stream creation

 

Parameters:

Sender (TObject): Sender must be an instance of TIWApplication class, or TIWForm class

AContentType (string): Content type of the stream.

out ACacheStream (TCacheStream): Stream whose content will be saved into the cache file.

out AFileHRef (string): Contains the URL of the cache file.