GeekArticles
XML
Core XML*OA Overload
Author: oreillynet.com |
Published: 21st May 2008 |
Visited: 99 times |
Add CommentFiled in: Core XMLI guess I am suffering from *OA overload. Trying to understand landscapes which are still developing and where religious and partisan statements happen frequently can be hard. Or maybe it's impossible. I am seeing too many *OAs these days. This...
Read Article Sponsored Links
Related Articles
• Unable to overload shift operators QC#: 44320 Version: 10.0 Status: New defect, requires tester review Description: Try to overload shift operators:
type
TmyInteger = record
<..>
class operator ShiftLeft(A: TmyInteger; B: LongWord): TmyInteger;
class operator Shift ...
• Does SELECT ... BULK COLLECT overload PGA? Hi Tom,
I read from your other article that when using FETCH .. BULK collect, without using LIMIT, there is a chance of blowing off the PGA. What about using SELECT <column_list> BULK COLLECT INTO <variable_list>. There is no limit clause for t ...
• Provide an overload for RoundRect that has a TRect parameter QC#: 26909 Version: 10.0 Status: Open defect, requires resolution Description: Consider providing an overload to the RoundRect method on theTCanvas class that accepts a TRect parameter.
Possible declaration
procedure RoundRect(const aRect: TRect; c ...
• Floats and Overload: Precision Lost QC#: 34962 Version: 10.0 Status: New defect, requires tester review Description: In some cases the compiler choose the wrong or unwanted (overloaded) procedure. This leads to a lost of precision. There should be at least a warning or an error:
e.g. F ...
• Can't use operator overload in variant record QC#: 28086 Version: 10.0 Status: Open defect, requires resolution Description: This won't compile:
type
TFoo = record
class operator Add(const A, B: TFoo): TFoo;
case Boolean of
False: (X, Y: Single);
True: (V: array[0..1] of Single);
...
• Extend overload capability to inline functions QC#: 33415 Version: 10.0 Status: Open defect, requires resolution Description: Many small functions in the RTL/VCL have been converted into inline functions, which are very efficient when they are actually inlined at compile time.
However, when these ...