Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.021 Beiträge
 
#1

Static class methods

  Alt 24. Mär 2012, 03:17
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 ...

More...
  Mit Zitat antworten Zitat