1.

Difference Between Edit And Display Method?

Answer»
  • Display indicates that the method’s return VALUE is to be DISPLAYED on a FORM or a report.
  • The value cannot be altered in the form or report.
  • EDIT indicates that the method’s return type is to be used to provide information for a field that is used in a form. The value in the field can be EDITED.



Discussion

No Comment Found