API:Web.WebFileDispatcher.TWebDirectories.GetAttrCount
Delphi
function GetAttrCount: Integer; override;
C++
DYNAMIC int __fastcall GetAttrCount(void);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | Web.WebFileDispatcher.pas Web.WebFileDispatcher.hpp |
Web.WebFileDispatcher | TWebDirectories |
説明
コレクション内の項目と関連するカスタム属性の数を返します。
Web.WebFileDispatcher.TWebDirectories.GetAttrCount は System.Classes.TCollection.GetAttrCount を継承しています。以下の内容はすべて System.Classes.TCollection.GetAttrCount を参照しています。
コレクション内の項目と関連するカスタム属性の数を返します。
TCollection の下位オブジェクトは,ユーザー定義の属性をコレクション内の項目と関連付けることができます。各属性は,名前と,コレクション内の各項目については文字列の値を持ちます。GetAttrCount メソッドは,コレクション内の各項目に割り当てられた異なる属性の数を返します。
TCollection はカスタム属性を定義しないため,TCollection が実装する GetAttrCount は常に 0 を返します。