FMX.EditBox.TEditBoxModel.ConvertValueToText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ConvertValueToText: string;

C++

System::UnicodeString __fastcall ConvertValueToText();

Properties

Type Visibility Source Unit Parent
function public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TEditBoxModel

Description

Converts the number of the edit box into text.

ConvertValueToText converts the number from the Value property of the edit box into a string.

See Also