Vcl.NumberBox.TCustomNumberBox.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Extended  read FValue write SetValue;

C++

__property System::Extended Value = {read=FValue, write=SetValue};

Properties

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

Description

Value represents the current Value of number box.

See Also