Occurs when the Value property has changed.
Object.OnChange()
The OnChange event syntax has the following parts:
| Name | Type | Description | 
| Object | ALabel | ALabel control | 
lbl1.OnChange()
{
chkl.Caption="The change is noted."
}