Vcl.NumberBox.TCustomNumberBox.DoChangeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChangeValue; virtual;

C++

virtual void __fastcall DoChangeValue();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

DoChangeValue method is called right after the Value property value is changed. The method generates an OnChangeValue event.

See Also