Posts by Luciano Ferreira • 21 points
1 post
- 
		2 votes1 answer896 viewsQ: Identify the type of variable received in a generic functionI have a function in Delphi that receives a kind of generic data, I would like to know what kind of data received, like this: function MinhaFuncao<T>(): T I need to know what kind is in…