OCLOperators base
m ((username removed) (log details removed): Moving to Documentation namespace)
(Automatically adding template at the end of the page.)
 
Line 6: Line 6:
  self.OtherCallsAfterCodeInOverridenClassIsDone()
  self.OtherCallsAfterCodeInOverridenClassIsDone()
  [[Category:OCLOperators]]
  [[Category:OCLOperators]]
{{Edited|July|12|2024}}

Latest revision as of 15:41, 10 February 2024

If you have a method OnCreate() in a superclass - and you override it in a sub-class,

Write:

self.OtherCallsBeforeCodeInOverridenClassIsDone();
self.base.OnCreate(); 
self.OtherCallsAfterCodeInOverridenClassIsDone()
This page was edited 97 days ago on 02/10/2024. What links here