Vcl.StdCtrls.TCustomComboBoxStrings.GetCount
Delphi
function GetCount: Integer; override;
C++
virtual int __fastcall GetCount();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomComboBoxStrings |
説明
リストにある文字列の数を返します。
GetCount メソッドは,Count プロパティの読み出し専用のプロテクトメソッドです。ComboBox プロパティで識別されたコンボボックスから,項目数がフェッチされます。