type

type
TStringList = class(TList);
TStringList = TList;

^ Is there a difference in terms of code generation here?

Comments