Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   Refactoring-Funktion für Encapsulation? (https://www.delphipraxis.net/143830-refactoring-funktion-fuer-encapsulation.html)

alzaimar 24. Nov 2009 15:33

Re: Refactoring-Funktion für Encapsulation?
 
Zitat:

Zitat von TheJeed
Delphi-Quellcode:
procedure TMyClass.SetWuppdi(const Value: integer);
begin
   Wuppdi:=Value;
end;

Das macht das Delphi-Programm aber...wie soll ich's sagen... etwas träge. :mrgreen:

Alternative:
Delphi-Quellcode:
procedure TMyClass.SetWuppdi(const Value: integer);
begin
   fWuppdi := Value;
end;

DeddyH 24. Nov 2009 16:15

Re: Refactoring-Funktion für Encapsulation?
 
Ach was, nur wer wagt, gewinnt :mrgreen:


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:59 Uhr.
Seite 2 von 2     12   

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