Web.WebFileDispatcher.TWebFileDispatcherProperties.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TWebFileDispatcherProperties(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebFileDispatcherProperties

Description

Creates an instance of the TWebFileDispatcherProperties class.

Call the Create constructor to create an instance of the TWebFileDispatcherProperties class.

See Also