Elemental Visual Part - Changed Event
Changed is a change in the component
Member of Elemental Visual Part (PRIM_EVP)
The Changed event is fired after the value of an edit has been modified and the value committed to the variable.
In this example, when a Name field is changed, the value is applied to the corresponding data object.
Evtroutine Handling(#Name.Changed)
#Customer.Name := #Name
Endroutine
All Component Classes
Technical Reference