Thema: Delphi auswahl nach komponente

Einzelnen Beitrag anzeigen

Benutzerbild von Matze
Matze
(Co-Admin)

Registriert seit: 7. Jul 2003
Ort: Schwabenländle
14.929 Beiträge
 
Turbo Delphi für Win32
 
#2

Re: auswahl nach komponente

  Alt 29. Nov 2008, 22:57
Hallo,

meinst du sowas?

Delphi-Quellcode:
procedure DoSomething(s: string; MyListBox: TListBox)
begin
  MyListBox.Items.Add(s);
end;

// Aufruf
DoSomething('Blubb', ListBox1);
Grüße, Matze
  Mit Zitat antworten Zitat