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

TLongintField.Value

Value of the field as longint.

Declaration

Source position: db.pas line 622

public property TLongintField.Value : LongInt
  read GetAsInteger
  write SetAsInteger;

Description

Value is redefined by TLongintField as a 32-bit signed integer value. It returns the same value as the TField.AsInteger property.

See also

TField.Value

  

Value of the field as a variant value.


Documentation generated on: Jul 24 2023