FMX.EditBox.TCustomEditBox.SetValue
Delphi
procedure SetValue(const AValue: Single); virtual;
C++
virtual void __fastcall SetValue(const float AValue);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.EditBox.pas FMX.EditBox.hpp | FMX.EditBox | TCustomEditBox | 
Description
Protected setter implementation for the Value property.
SetValue sets a value to the Value property of edit boxes.