Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Detect DataBase changings
Use onUpdateData event for DataSource component if you want to detect data changings in database.
procedure TForm1.DataSource1UpdateData(Sender: TObject);
begin
ShowMessage('Database was changed !!!');
end;
-
More for developers