About the author
Yet another bug found in ASP.NET.
I was working on a new project, and I had to submit the form to another form. Guess what? I couldn't.
Then, with Lutz Roeder's Reflector, I managed to trace the bug down to HtmlForm's RenderAttributes method, which reads like the code below.
Whoever wrote the following code should be fired from Microsoft!
protected override void RenderAttributes(HtmlTextWriter writer){
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.