|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCallbackMethodObj > Methods > Execute |
SIGNATURE=IWCallBackFunc.TIWCallbackMethodObj.Execute@TStrings@string@string@Boolean
ETYPE=Method
Declaration:
Delphi: |
public procedure Execute(aParams: TStrings; out aResult: string; out aContentType: string; var aHandled: Boolean); |
C++: |
void public: __fastcall Execute(TStrings aParams, String aResult, String aContentType, bool aHandled); |
Description: This is Execute, a member of class TIWCallbackMethodObj.