merhaba iyi günler ben for ileortalama 40 adet buton oluşturuyorum ve oluştuturken visiblelerini false yapıyorum istediğim yerde açmak istiyorum tüm oluşturulan butonların şu kodu yazıyorum tek bir buton visiblesi true oluyor kod bu
butonları oluşturduğum yer burası
visinlelerini true yaptığım yerde burası
yardımcı olurmusunuz?
@Fesih ARSLAN lütfen konuya bakarmısın abi
butonları oluşturduğum yer burası
or I := 0 to Length(EnigmaAPI.Categories.turkdizi) - 1 do begin türkdizifilmbutton:=Tbutton.create(self); türkdizifilmbutton.top:=100; türkdizifilmbutton.left:=100; türkdizifilmbutton.height:=45; türkdizifilmbutton.width:=150; türkdizifilmbutton.Font.Size:=15; türkdizifilmbutton.parent:=(ScrollBox5); ScrollBox5.Height:=form2.Height-150; türkdizifilmbutton.Align:=altop; türkdizifilmbutton.tag:=strtoint( EnigmaAPI.Categories.turkdizi[i].category_id); türkdizifilmbutton.caption:= EnigmaAPI.Categories.turkdizi[i].category_name; türkdizifilmbutton.OnClick := türkdiziButtonlarClick; end;
visinlelerini true yaptığım yerde burası
türkdizifilmButton.Visible:=true;
yardımcı olurmusunuz?
@Fesih ARSLAN lütfen konuya bakarmısın abi


