Vcl.NumberBox.TCustomNumberBox.ValueFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueFloat: Extended read GetValueFloat write SetValueFloat;

C++

__property System::Extended ValueFloat = {read=GetValueFloat, write=SetValueFloat};

Properties

Type Visibility Source Unit Parent
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

Uses current Value as Extended, which is rounded using the Decimal property.

See Also