TMemIniFile have non-virtual SetStrings procedure. To add support processing of comments in Ini files I need replace this procedure with my own in child class. Any way to do that using helpers, old way helpers (class redeclaring TMemIniFile = class(TMemIniFile)) or something other? Or this is possible Marco Cantù to mark this method as virtual in the future versions of delphi?

Comments