I came from Delphi 2007, have been using this for 7 years and started working with RAD Studio Berlin in my new work place. The projects I am working on use a lot of TDictionary, Generics collections, asynchronous...etc. For examaple, there is a class:
TMyBaseClass = class abstract(TObject)
private
...
end;
TNewClassGeneric<T: TMyBaseClass> = class(TMyAbstractSuperClass)
....
So what does this TNewClassGeneric mean?
I am still struggling about these new things to me. Any pointer I can read more about those generic, dictionary and asynchronous program code samples? Thanks