[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TParam.AsLargeInt

Get/Set parameter value as a 64-bit integer value

Declaration

Source position: db.pas line 1259

public property TParam.AsLargeInt : LargeInt
  read GetAsLargeInt
  write SetAsLargeInt;

Description

AsLargeInt will return the parameter value as a 64-bit signed integer value. If it is written, the value is set to the specified value and the data type is set to ftLargeInt.

See also

TParam.asInteger

  

Get/Set parameter value as an integer (32-bit) value

TParam.asSmallint

  

Get/Set parameter value as a smallint value

TParam.AsWord

  

Get/Set parameter value as a word value

TParam.DataType

  

Data type of the parameter

TParam.Value

  

Value as a variant


Documentation generated on: May 14 2021