FMX.EditBox.TCustomEditBox.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also