SendStream

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

SendStream

SIGNATURE=IWApplication.TIWApplication.SendStream@TStream@Boolean@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure SendStream(aStream: TStream; const aAttachment: Boolean = False; const aContentType: string = ''; const aFilename: string = '');

C++:

void public: __fastcall SendStream(TStream aStream, const bool aAttachment = False, const String aContentType

 

Description: This is SendStream, a member of class TIWApplication.