FMX.ListBox.TListBoxItem.ComboBox

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ComboBox: TCustomComboBox;

C++

TCustomComboBox* __fastcall ComboBox();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem


Description

Renvoie l'objet zone de liste déroulante contenant l'élément.

ComboBox obtient la zone de liste déroulante parent de l'élément. Si le parent de l'élément n'est pas un TComboBox, la méthode renvoie nil.

Voir aussi