Retrieve varRecord data in Delphi 7

0

I have an OleObject with functions that return Variant varRecord data, but in System.pas, I have:

varUInt64 = $0015; {
  vt_ui8 21
} {
  if adding new items, update Variants ' varLast, BaseTypeMap and OpTypeMap
  }

as varLast.

How do I add varRecord? I managed to compile system, but I have problems to compile variants. Thank you very much

    
asked by Marcela Ridao 23.02.2018 в 16:45
source

0 answers