(Gast)
n/a Beiträge
|
Re: frage zur checkbox, geht auch checkbox1-24.visible:=true
15. Nov 2008, 15:11
mal frei aus der hand:
Code:
for i:=0 to form1.componentcount-1 do
if form1.components[i] is TCheckBox then
Tcheckbox(form1.components[i]).visible:=true;
|
|
Zitat
|