OCLOperators base
No edit summary
(Automatically adding template at the end of the page.)
 
(One intermediate revision by the same user not shown)
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