FMX.ListBox.TCustomListBox.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(const Value: TValue); override;

C++

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

Properties

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

Description

Sets the text of the selected item.

If no item is selected, nothing happens.

See Also