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

TSQLSequence.FieldName

Field to apply sequence to.

Declaration

Source position: sqldb.pp line 467

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: Jul 24 2023