Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Fun Code of the Day #1 (https://www.delphipraxis.net/184741-fun-code-day-1-a.html)

DP News-Robot 17. Apr 2015 18:10

Fun Code of the Day #1
 
unit uEnumConverter; interface type * TEnum = record * public * * class function AsString(aEnum: T): string; static; * * class function AsInteger(aEnum: T): Integer; static; * end; implementation uses * * * TypInfo * * ; { TEnum } class function TEnum.AsString(aEnum: ...http://feeds.feedburner.com/~r/delph...~4/SspPJFrpYmI

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:29 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz