Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- procedure TForm1.CheckBox1Click(Sender: TObject);
- begin
- if CheckBox1.Checked then
- begin
- Button2.Enabled := False;
- PilihSemuaBaris(DBGrid1);
- end else
- begin
- DBGrid1.SelectedRows.Clear;
- end;
- end;
Advertisement
Add Comment
Please, Sign In to add comment