| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Detecting database changes
Do you need to determine if a user has changed any of the fields of a displayed record, but hasn't yet posted the record?
If the datasource's State property is dsEdit, dsInsert or dsSetKey,
this statement will evaluate as true.
Comments:
|