FMX.ListBox.TListBoxItem.ListBox

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ListBox: TCustomListBox;

C++

TCustomListBox* __fastcall ListBox();

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 contenant l'élément.

ListBox obtient la zone de liste parent de l'élément. Si le parent de l'élément n'est pas un TListBox, la méthode renvoie nil.

Voir aussi