Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date time field - Changed Event

Panel
bgColor#2c3c4c

Fired when the value is changed

Member of Date time field (PRIM_MD.DateTime)

Details

The Changed event is fired after the value of an edit has been modified and the value committed to the variable.

Example

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

See also

All Component Classes

Technical Reference