Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major Bug - BINDEVENTS
Message
From
23/12/2004 14:33:45
 
 
To
23/12/2004 00:27:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00971680
Message ID:
00971885
Views:
31
What you want to do is pass an object parameter to your delegate. The delegate can set a property on the object, and when control is returned to the method that raised the event, the new value of the property can be retrieved, and you can return this value from the method.

You shouldn't be building a design based on the return values of delegates, but the above strategy is optimal for accomplishing just that.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform