Web.WebFileDispatcher.TExtensionMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__interface TExtensionMethod  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher Web.WebFileDispatcher

Description

TExtensionMethod is a reference to a function.

TExtensionMethod is a reference to a function that is used internally by the EnumerateExtensions routine.

See Also