FMX.ListBox.TCustomListBox.GetData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetData: TValue; override;

C++

virtual System::Rtti::TValue __fastcall GetData();

Propriétés

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


Description

Obtient le texte de l'élément sélectionné.

GetData renvoie le texte de l'élément sélectionné dans la zone de liste ou une chaîne vide, si aucun élément n'est sélectionné.

Voir aussi