Vcl.NumberBox.TNumberBox.OnChangeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChangeValue: TNotifyEvent read FOnChangeValue write FOnChangeValue;

C++

__property OnChangeValue;

Properties

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

Description

OnChangeValue is an event which occurs if Value property is changed.

See Also