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

TField.AsLongWord

Access field contents as 32-bit unsigned integer (longword/cardinal).

Declaration

Source position: db.pas line 433

public property TField.AsLongWord : LongWord
  read GetAsLongWord
  write SetAsLongWord;

Description

AsInteger can be used to read or write the contents of the field as a 32-bit signed integer value (of type Integer). If the native type of the field is not an integer value, then an attempt will be made to convert the field value from the native format to a integer value when reading the field's content. Likewise, when writing the property, the value will be converted to the native type of the field (if the value allows it). Therefor, when reading or writing a field value for a field whose native data type is not a 32-bit unsigned integer-compatible value (string values for instance), an exception may be raised.

See also

TField.Value

  

Value of the field as a variant value.

TField.AsInteger

  

Access the field's contents as a 32-bit signed integer (longint) value.


Documentation generated on: Jul 24 2023