FMX.ComboTrackBar.TComboTrackBarModel.GetValueAsString

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also