Skip to content
  • Sven/Sarah Barth's avatar
    + add a test which ensures that a "const TVarData" parameter is passed as a reference. · d13838ac
    Sven/Sarah Barth authored
      This is required for Delphi compatibility as implementers of IVarInvokable or
      inheritors of TInvokableVariantType need to modify the variant data by using
      a pointer to the TVarData because it's passed as const and thus not modifyable
      by itself.
      This behavior is documented in so far as the C++ builder documentation shows
      that the same parameter is implemented as "const&".
    
    git-svn-id: trunk@48478 -
    d13838ac