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

TJSONData.AsInteger

Access the raw JSON value as an 32-bit integer.

Declaration

Source position: fpjson.pp line 175

public property TJSONData.AsInteger : Integer
  read GetAsInteger
  write SetAsInteger;

Description

AsInteger allows access to the raw value as a 32-bit integer value. When reading, it attempts to convert the native value of the data to a 32-bit integer value. When writing, it attempts to transform the 32-bit integer value to a native value. If either conversion fails, an EConvertError exception is raised.

For TJSONIntegerNumber this will return the native value.

For complex values, reading or writing this property will always result in an EConvertError exception.

See also

AsFloat

  

Access the raw JSON value as a float.

Value

  

The value of this data object as a variant.

AsInt64

  

Access the raw JSON value as an 64-bit integer.

AsString

  

Access the raw JSON value as a string.

AsBoolean

  

Access the raw JSON value as a boolean.

IsNull

  

Is the data a null value ?

AsJSON

  

Return a JSON representation of the value.


Documentation generated on: Jul 24 2023