Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a method?

Former Member
0 Likes
404

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

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
369

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

Read only

Former Member
0 Likes
369

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>