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 Week #3 (https://www.delphipraxis.net/168038-fun-code-week-3-a.html)

DP News-Robot 2. Mai 2012 00:40

Fun Code of the Week #3
 
procedure ShowHourGlass(Proc: TProc); begin Screen.Cursor := crHourGlass; try Proc; finally Screen.Cursor := crDefault; end; end;http://feeds.feedburner.com/~r/delph...~4/bDEASBjGnHU

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:17 Uhr.

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