FMX.ComboTrackBar.TComboTrackBarModel.GetValueAsString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValueAsString: string;

C++

System::UnicodeString __fastcall GetValueAsString(void);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBarModel

Description

Convertit la valeur de la propriété Value en chaîne.

GetValueAsString prend la propriété Value de ce contrôle d'édition et la convertit en type chaîne.

Voir aussi