FMX.Colors.TColorListBox.GetData
Delphi
function GetData: TValue; override;
C++
virtual System::Rtti::TValue __fastcall GetData(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.Colors.pas FMX.Colors.hpp |
FMX.Colors | TColorListBox |
Description
Gets the text of the selected item.
FMX.Colors.TColorListBox.GetData inherits from FMX.ListBox.TCustomListBox.GetData. All content below this line refers to FMX.ListBox.TCustomListBox.GetData.
Gets the text of the selected item.
GetData returns the text of the item that is selected in the list box or an empty string, if no item is selected.