Einzelnen Beitrag anzeigen

Noedel

Registriert seit: 7. Aug 2008
204 Beiträge
 
Delphi 7 Professional
 
#5

Re: frage zur checkbox, geht auch checkbox1-24.visible:=true

  Alt 15. Nov 2008, 14: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;
  Mit Zitat antworten Zitat