numberedit OnChange event
Return to Introduction  Previous page  Next page
Applies to
acNumberEdit and acIPEdit components.  

Declaration
property OnChange: TNotifyEvent;  

Description
The OnChange event occurs whenever the value has been changed.  
 
Write an OnChange event handler to take specific action after changing of the Value property. The Text property will already be updated to reflect any changes. This event provides the first opportunity to respond to modifications that the user types into the edit control.  

See also
Value property.