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

TField.NewValue

The new value of the field.

Declaration

Source position: db.pas line 457

public property TField.NewValue : Variant
  read GetNewValue
  write SetNewValue;

Description

NewValue returns the new value of the field. The FPC implementation of TDataset does not yet support this.

See also

TField.Value

  

Value of the field as a variant value.

TField.CurValue

  

Current value of the field.


Documentation generated on: Jul 24 2023