-
Website
http://www.monien.net/blog -
Original page
http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
djuro
1 comment · 1 points
-
iheinacher
1 comment · 1 points
-
cornerskir
1 comment · 1 points
-
claudio68
1 comment · 1 points
-
sgingter
2 comments · 1 points
-
-
Popular Threads
Besten Dank
Oliver
the file should now be downloadable!
Regards,
Olaf
1: CallBackName:string - will be used as name to identify the callback function. This name needs to be unique.
2: A method reference of type method of object(EventParams: TStringList).
On the client side you can then call processAjaxEvent(event, null,"CallBackName",false, null, true); to call the newly registered server-side method.