Thema: Delphi tstrings als property

Einzelnen Beitrag anzeigen

Benutzerbild von mirage228
mirage228

Registriert seit: 23. Mär 2003
Ort: Münster
3.750 Beiträge
 
Delphi 2010 Professional
 
#2

Re: tstrings als property

  Alt 13. Aug 2007, 19:21
Delphi-Quellcode:
procedure TMozillaCookies.SetComment(Value: TStrings);
begin
  if Value <> nil then
    fComment.Assign(Value);
// eventuell:
// else fComment.Clear;
end;
mfG
mirage228
David F.

May the source be with you, stranger.
PHP Inspection Unit (Delphi-Unit zum Analysieren von PHP Code)
  Mit Zitat antworten Zitat