When do you use "CanInvoke(False/True)" method in scripting?

Questions by chary   answers by chary

Showing Answers 1 - 3 of 3 Answers

We use it before invoking a method in PreCanInvoke Event and verify a condiation. Based on the result, we can make the method Invoke =True/False. It is just like validating a condition before invoking the method.

  Was this answer useful?  Yes

vijay

  • Sep 27th, 2006
 

CanInvoke is used to enable or disable button at the applet level.

if(true){CanInvoke = True;} else { CanInvoke = False;},if it is true then the button gets enable else button gets disabled.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions