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

Declaration
property OnChange: TNotifyEvent;  

Description
The OnChange event occurs whenever the IP address value has been changed.  
 
Write an OnChange event handler to take specific action after changing of the IP address represented by IP1, IP2, IP3, IP4, IPLong and Text properties. All these properties 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
IP1, IP2, IP3, IP4, IPLong and Text properties.