|
<< Click to Display Table of Contents >> Navigation: Classes > TContentRSS > Methods > Execute |
SIGNATURE=IW.Content.RSS.TContentRSS.Execute@THttpRequest@THttpReply@string@TIWApplication@TStrings
ETYPE=Method
Declaration:
Delphi: |
public function Execute(aRequest: THttpRequest; aReply: THttpReply; const aPathname: string; aSession: TIWApplication; aParams: TStrings): Boolean; override; |
C++: |
public: virtual __fastcall bool Execute(THttpRequest aRequest, THttpReply aReply, const String aP |
Description: This is Execute, a member of class TContentRSS.