Vcl.ComCtrls.TCustomComboBoxEx.GetItemCount

提供:RAD Studio API Documentation

Delphi

function GetItemCount: Integer; override;

C++

virtual int __fastcall GetItemCount(void);

プロパティ

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

説明

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

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

関連項目