‎2007 Nov 09 4:22 PM
Hi all,
We are having a custom Class ... Now I need to incorporate a new method into this....How to create a method using SE24??
Thanks
RT
‎2007 Nov 09 4:33 PM
Go to the methods tab, and start typing the name of the method, set the visibilty, level, and description, and hit enter. Now put you cursor on this method and click the parameters button, here give any parameters, click the methods button to go back to the list, double click on the method to enter the source code for the method.
REgards,
Rich Heilman
‎2007 Nov 10 6:08 AM
Hi
in sub class....goto utilities->settings> check checkbox 'display inhereted components too>highlight the method > select redefine button ( which is after find next button)> now u will be taken to implementation part where u can write code
<b>Reward if usefull</b>