Skip to content

Instantly share code, notes, and snippets.

@superswanman
superswanman / Project1.dpr
Created September 11, 2016 16:04
Use operator overloading for classes with non-ARC compiler
program Project1;
{$APPTYPE CONSOLE}
uses
System.SysUtils, System.Classes, System.Types, Vcl.Dialogs;
type
TStringListEx = class(TStringList)
public