Web.WebFileDispatcher.TExtensionMethod

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

Delphi

TExtensionMethod = reference to function(AExt: PChar; ALength: Integer): Boolean;

C++

__interface TExtensionMethod  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher Web.WebFileDispatcher

説明

TExtensionMethod は関数を指す参照です。

TExtensionMethod は、EnumerateExtensions ルーチンが内部的に使用する関数を指す参照です。

関連項目