NewAppCacheStream

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWAppCache > Methods >

NewAppCacheStream

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

 

ETYPE=Method

 

Declaration:

Delphi:

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

C++:

void public: __fastcall NewAppCacheStream(TObject * aOwner, const String aContentType, TCacheStream ACacheStream,

 

Description: App (or global) cache stream creation

 

Parameters:

Sender (TObject): Ignored for this method.

AContentType (string): Content type of the stream.

out ACacheStream (TCacheStream): The TCacheStream created.

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