[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'db' (#fcl)

TUpdateKind

Kind of update operation

Declaration

Source position: db.pas line 1325

type TUpdateKind = (

  ukModify,

  

Modify an existing record in the database.

  ukInsert,

  

insert a new record in the database.

  ukDelete

  

Delete a record in the database.

);

Description

TUpdateKind indicates what kind of update operation is in progress when applying updates.

See also

TUpdateAction

  

Action to perform when an update operation fails

TDataAction

  

Action to take when a data manipulation operation has failed.


Documentation generated on: Nov 14 2015