FMX.ListBox.TCustomListBox.SetData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetData(const Value: TValue); override;

C++

virtual void __fastcall SetData(const System::Rtti::TValue &Value);

Propriétés

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


Description

Définit le texte de l'élément sélectionné.

Si aucun élément n'est sélectionné, rien ne se produit.

Voir aussi