Web.HTTPApp.IWebPostProcessor.CanPostProcess

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CanPostProcess(var APath: string; const AVars: TStrings;
const AGetMimeTypeFunc: TWebGetMimeTypeFunc;
const AGetFileNameFromPathFunc: TWebGetFileNameFromPathFunc;
const AGetLoggedUserFunc: TWebGetLoggedUserFunc;
out AProcessorRequest: IInterface): Boolean;

C++

virtual bool __fastcall CanPostProcess(System::UnicodeString &APath, System::Classes::TStrings* const AVars, const _di_TWebGetMimeTypeFunc AGetMimeTypeFunc, const _di_TWebGetFileNameFromPathFunc AGetFileNameFromPathFunc, const _di_TWebGetLoggedUserFunc AGetLoggedUserFunc, /* out */ System::_di_IInterface &AProcessorRequest) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp IWebPostProcessor

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。