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

TParam.AsLongWord

Get/Set parameter value as a 32-bit unsigned integer value.

Declaration

Source position: db.pas line 1468

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

Description

AsLongWorde will return the parameter value as a 32-bit unsigned integer value. If it is written, the value is set to the specified value and the data type is set to ftLongWord.

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: Jul 24 2023