GeekArticles
Programming
DelphiSetDomConverter method of THTTPRIO implemented incorrectly
Author: qc.borland.com |
Published: 15th Mar 2008 |
Visited: 90 times |
Add CommentFiled in: DelphiQC#: 53437 Version: 11.0 Status: Open defect, requires resolution Description: SetDomConverter is implemented as:
procedure THTTPRIO.SetDomConverter(Value: TOPToSoapDomConvert);
begin
if Assigned(FDOMConverter) and (FDomConverter.Owner = Self) then
b
Read Article Sponsored Links
Related Articles
• CodeSnip: Unexpected behavior with C# auto-implemented properties In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project al ...
• The Assign Method - Delphi OOP Chapter 21 OOP Course ::
Delphi OOP Part 9 Summary: Reviewing the different conditions for inheritance, for association and for composition. Implementing association and composition. Shallow and deep copies. Association and composition i ...
• File->Reopen (wide) menus show`s incorrectly QC#: 23577 Version: 10.0 Status: Closed defect, no action required Resolution: Bug could not be reproduced as submitted Description: Wide menus show`s incorrectly - in some cases has negative left posi ...
• Application.OnActivate fired incorrectly when minimizing QC#: 56647 Version: 10.0 Status: Open defect, requires resolution Description: When you minimize an application by clicking on its taskbar button, Application.OnActivate is fired. It shouldn't be -- you're deactivating the application when you minimiz ...