|
<< Click to Display Table of Contents >> Navigation: Classes > TIWAppCache > Methods > NewFormCacheStream |
SIGNATURE=IWAppCache.TIWAppCache.NewFormCacheStream@TObject@string@TCacheStream@string
ETYPE=Method
Declaration:
Delphi: |
public class procedure NewFormCacheStream(aOwner: TObject; const aContentType: string; out ACacheStream: TCacheStream; out aFileHRef: string); |
C++: |
void public: __fastcall NewFormCacheStream(TObject * aOwner, const String aContentType, TCacheStream ACacheStrea |
Description: Form cache stream creation
Parameters:
•Sender (TObject): an instance of TIWForm class, the owner of the cache file.
•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.