Vcl.ComCtrls.TCustomComboBoxEx.GetItemCount

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

Delphi

function GetItemCount: Integer; override;

C++

virtual int __fastcall GetItemCount();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

説明

Items プロパティリストにある項目数を返します。

GetItemCount は,コンボボックスのドロップダウンリストにある項目数を迅速に調べるために内部的に使用されます。

関連項目