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

TSQLSequence.FieldName

Field to apply sequence to

Declaration

Source position: sqldb.pp line 462

published property TSQLSequence.FieldName : string
  read FFieldName
  write FFieldName;

Description

FieldName is the name of the field TSQLSequence will apply the new value to when Apply is called. It must be a valid fieldname of the dataset that owns the TSQLSequence instance.

See also

Apply

  

Apply a new value to a field

SequenceName

  

Sequence name to get values from

IncrementBy

  

Value to increment sequence with


Documentation generated on: May 14 2021