StdFormColReplace event

Occurs when the user clicks [Replace Value in Collection] on the [Edit] menu.

The default implementation opens the [Replace] dialog box, with the current property in the current collection selected.

In a form without custom event handlers, if the user clicks [OK] in the [Replace] dialog box and a specified value is found and replaced, the entire sequence of standard events is:

  • StdFormColReplace
  • StdFormGetBoundValues
  • StdFormGetBoundValues
  • StdFormPerformValidations
  • StdFormValidationsCompleted
  • StdObjectSelectCurrent
  • StdObjectSelectCurrentCompleted
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormColReplaceCompleted

Your application can call the default implementation by generating the event.