Vcl.ComCtrls.TComboBoxExStrings.GetCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Beschreibung

Gibt die Anzahl der Strings in der Liste zurück.

Vcl.ComCtrls.TComboBoxExStrings.GetCount erbt von Vcl.StdCtrls.TCustomComboBoxStrings.GetCount. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomComboBoxStrings.GetCount.

Gibt die Anzahl der Strings in der Liste zurück.

GetCount ist die geschützte Lesemethode der Eigenschaft Count. Sie gibt die Anzahl der Elemente im Kombinationsfeld der Eigenschaft ComboBox zurück.

Siehe auch