FMX.Colors.TColorListBox.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.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorListBox

Description

Sets the text of the selected item.

FMX.Colors.TColorListBox.SetData inherits from FMX.ListBox.TCustomListBox.SetData. All content below this line refers to FMX.ListBox.TCustomListBox.SetData.

Sets the text of the selected item.

If no item is selected, nothing happens.

See Also