System.Classes.TInterfaceList.Count

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

Delphi

property Count: Integer read GetCount write SetCount;

C++

__property int Count = {read=GetCount, write=SetCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceList

説明

リスト内のインターフェースの数を示します。

Count プロパティを使用すると,リスト内のインターフェースの数を指定できます。

関連項目