Proc takovy smich, kdyz ani nevis ty sam jestli jsi Hanzlk nebo Marcel s Brna.
Uprav to tlacitko takhle:
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:= 'BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB';
Label2.Caption:= 'BBBBBBBBBBBBBBBB';
RadioGroup1.Repaint;
end;
Je to presne co rika MM..EDIT: nebo to taky jde takhle:
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:= 'BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB';
Label2.Caption:= 'BBBBBBBBBBBBBBBB';
RadioGroup1.Refresh;
end;