Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TUpdateStatusSet

Set of update states.

Declaration

Source position: db.pas line 59

type TUpdateStatusSet = set of (

  usUnmodified,

  

Record is unmodified.

  usModified,

  

Record exists in the database but is locally modified.

  usInserted,

  

Record does not yet exist in the database, but is locally inserted.

  usDeleted

  

Record exists in the database, but is locally deleted.

);

Description

TUpdateStatusSet is a set of TUpdateStatus values.


Documentation generated on: Jul 24 2023