Delegation_Mode - cObject¶
Include: Built in; no package required.
Controls unknown-message delegation.
Type: Property
Syntax¶
Property Integer Delegation_Mode
Description¶
Delegation_Mode controls what happens when an object receives an unknown message:
DELEGATE_TO_PARENTdelegates to the parent.NO_DELEGATE_OR_ERRORstops without raising an error.NO_DELEGATIONraises a DataFlex error.RETURN_INVALID_MESSAGEreturns the invalid message value.DELEGATE_PRIOR_LEVELdelegates to the prior object in the call stack.