Registriert seit: 4. Okt 2005
Ort: i.d.N.v. Freiburg im Breisgau
2.199 Beiträge
Delphi 2010 Professional
|
Re: Liste mit TSpeedButton Komponenten ?
1. Feb 2006, 13:56
Huch.. sorry
Delphi-Quellcode:
Anzahl:=0;
for i:= 0 to Pred(Form.ControlCount) do
if Form.Controls[i] is TSpeedButton then
inc(Anzahl);
Controls anstatt Components...
Martin Weber Ich bin ein Rüsselmops
|