FMX.ComboTrackBar.TComboTrackBarModel.GetValueAsString
Delphi
function GetValueAsString: string;
C++
System::UnicodeString __fastcall GetValueAsString(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.ComboTrackBar.pas FMX.ComboTrackBar.hpp |
FMX.ComboTrackBar | TComboTrackBarModel |
Description
Converts the value of the Value property into a string.
GetValueAsString takes the Value property of this edit control and converts it into a string type.