Web.WebFileDispatcher.TWebDirectories.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TWebDirectoryItem read GetItem

C++

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

Properties

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

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