Vcl.NumberBox.TCustomNumberBox.OnChangeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChangeValue: TNotifyEvent

C++

__property System::Classes::TNotifyEvent OnChangeValue = {read=FOnChangeValue, write=FOnChangeValue};

Properties

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

Description

Occurs every time the TNumberBox Value property changes.


See Also