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

TBCDField.Value

Value of the field contents as a Currency type.

Declaration

Source position: db.pas line 1004

public property TBCDField.Value : Currency
  read GetAscurrency
  write SetAscurrency;

Description

Value is overridden from the TField.Value property to a currency type field. It returns the same value as the TField.AsCurrency field.

See also

TField.Value

  

Value of the field as a variant value.

TField.AsCurrency

  

Access the field's contents as a Currency value.


Documentation generated on: Jul 24 2023