FMX.ListView.TListViewBase.ItemCount

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

Delphi

property ItemCount: Integer read GetItemCount;

C++

__property int ItemCount = {read=GetItemCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase


説明

このリスト ビュー コンポーネント内の項目の数を示します。ItemCount は、読み取り専用プロパティです。

ItemCount プロパティを読み込むと、このリスト ビュー コンポーネント内のリスト項目の数を取得することができます。

関連項目