I try to use generics:
var List: TList<Integer>;
but RAD Studio emphasizes the unknown data type TList
me, although in the code var List: TList;
- there are no problems. What could be the problem? Unit Classes
are naturally connected.
I try to use generics:
var List: TList<Integer>;
but RAD Studio emphasizes the unknown data type TList
me, although in the code var List: TList;
- there are no problems. What could be the problem? Unit Classes
are naturally connected.
Source: https://ru.stackoverflow.com/questions/124678/
All Articles