Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.746 Beiträge
Delphi 2007 Professional
|
Re: Unit für den Umgang mit Dateiverknüpfungen
13. Apr 2010, 21:35
Zitat von BUG:
Und letztlich bewirkt
Delphi-Quellcode:
if Assigned(FActions) then
FActions.Free;
das gleich wie: FActions.Free;
Schon. Ebenso wie
Delphi-Quellcode:
if Assigned(FActions) and Assigned(FActions) or Assigned(FActions) then
FActions.Free;
(ungetestet). Ich bevorzuge hier trotzdem den Einzeiler.
Uli Gerhardt
|