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/)
-   -   Static class methods (https://www.delphipraxis.net/167323-static-class-methods.html)

DP News-Robot 24. Mär 2012 03:17

Static class methods
 
Consider the following code: unit Unit2; interface uses Dialogs; type TNamedObj = class private FObjName: string; public constructor Create(const AName: string); procedure ShowName1; class procedure ShowName2(Obj: TNamedObj); static; end; implementation constructor ...http://feeds.feedburner.com/~r/delph...~4/khbua698GUc

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:03 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