Web.WebFileDispatcher.TWebDirectories.Items

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

Delphi

property Items[Index: Integer]: TWebDirectoryItem read GetItem

C++

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

プロパティ

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

説明

Web ファイル拡張子のコレクション内にある項目のリストです。

Items を使用すると、Web ファイル拡張子のコレクション内にある個々の項目にアクセスすることができます。 Index パラメータの値は、コレクション内の項目の位置を表します。

関連項目