FMX.ListBox.TCustomComboBox.Count

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Renvoie le nombre total d'éléments de la liste déroulante associée à cette zone de liste déroulante.

Voir aussi