Vcl.StdCtrls.TCustomCombo.ItemCount

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

Delphi

property ItemCount: Integer read GetItemCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

説明

ドロップダウンリストの項目数を指定します。

ItemCount を読み出すと,ドロップダウンリストの項目数を取得できます。ItemCount はすべての項目の数を示すので,一度に表示できる項目数と等しいとは限りません。

関連項目