Web.WebFileDispatcher.TWebFileExtensions.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TWebFileExtensionItem read GetItem  write SetItem; default;

C++

__property TWebFileExtensionItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebFileExtensions

Description

Lists the items in the web file extensions collection.

Use Items to access individual items in the web file extensions collection. The value of the Index parameter represents the position of the item in the collection.

See Also