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

TSQLSequence.ApplyEvent

When to apply the new value.

Declaration

Source position: sqldb.pp line 470

published property TSQLSequence.ApplyEvent : TSQLSequenceApplyEvent
  read FApplyEvent
  write FApplyEvent
  default saeOnNewRecord;

Description

ApplyEvent determines when the new value will be applied to a field: On new record (i.e. when Insert or Append is called) or when a newly inserted record is saved (when Post is called).

See also

TSQLSequenceApplyEvent

  

When to fetch a new sequence number.


Documentation generated on: Jul 24 2023