API:Vcl.NumberBox.TNumberBox.OnChangeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChangeValue;

C++

__property OnChangeValue;

Properties

Type Visibility Source Unit Parent
event published
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TNumberBox

Description

Occurs every time the TNumberBox Value property changes.

Vcl.NumberBox.TNumberBox.OnChangeValue inherits from Vcl.NumberBox.TCustomNumberBox.OnChangeValue. All content below this line refers to Vcl.NumberBox.TCustomNumberBox.OnChangeValue.

Occurs every time the TNumberBox Value property changes.


See Also