FMX.ComboTrackBar.TComboTrackBarModel.ConvertValueToText
Delphi
function ConvertValueToText(const Value: Single): string;
C++
System::UnicodeString __fastcall ConvertValueToText(const float Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.ComboTrackBar.pas FMX.ComboTrackBar.hpp |
FMX.ComboTrackBar | TComboTrackBarModel |
Description
Converts a Single value to the corresponding String.
ConvertValueToText returns the value indicated by the AValue
parameter converted to String.