|
<< Click to Display Table of Contents >> Navigation: Classes > TIWApplication > Methods > SendFile |
SIGNATURE=IWApplication.TIWApplication.SendFile@string@Boolean@string@string
ETYPE=Method
Declaration:
Delphi: |
public procedure SendFile(const aPathname: string; const aAttachment: Boolean = False; aContentType: string = ''; aFilename: string = ''); |
C++: |
void public: __fastcall SendFile(const String aPathname, const bool aAttachment = False, String aContentType = "", S |
Description: This is SendFile, a member of class TIWApplication.