Skip to content
  • sergei's avatar
    Improvements to dispinterface property handling: · 58f37dc9
    sergei authored
    * Create implicit access methods, which hold type information for property parameters and allow parsing/typechecking occur the same way as for regular (non-dispinterface) properties.
    + Introduce separate proctypeoptions for property access methods. They are translated into correct dispatch call types and used to distinguish property access from regular method calls.
    * Bump PPU version because new information has been introduced.
    - Code specific to dispinterface properties in expression parser is no longer necessary, removed.
    * Allow access to default property with [] for dispinterfaces.
    + Extended the test with basic correctness checks for property dispatching.
    
    git-svn-id: trunk@16810 -
    58f37dc9