Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. procedure TForm1.Button4Click(Sender: TObject);
  2. begin
  3. GroupBox1.Visible := False;
  4. GroupBox2.Visible := False;
  5. if RadioButton13.ItemIndex = 0 then
  6. GroupBox1.Visible := True
  7. else
  8. GroupBox2.Visible := True;
  9. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement