company logo

DBBaseContext :: doAfterReset - After reset handler

The after reset handler is signaled by the application when the parent property handle changes the selection (DBO_Reset event). This handler is typically used to initialize transient attributes and references for the property handle.

The handler can be overloaded in specialized property context class implementations.

Return value:  Execution error ( int32  )

The value is usually returned from context functions or actions in order to report the result of execution. The variable may contain following values:

  • -1: function/action not executed
  • 0: function executed normally
  • 1-9: Function executed with errors. Error codes depend on the function/action called.

Implementation details

int32 DBBaseContext  :: doAfterReset (  )