2012/8/3 silvioprog <[email protected]>: > Hellow! :) > > How to I get a list of the names of a specified enumeration type? Eg: > > http://www.delphibasics.co.uk/Method.asp?NameSpace=System&Class=Enum&Type=Class&Method=GetNames > > I'm trying to create a function *similar* to implode function of PHP, > but to work with enums. > > Thx.
Solved!: TypInfo.GetEnumName(); Thx. ^^ -- Silvio Clécio My public projects - github.com/silvioprog -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
