API:Data.DBXCommon.TDBXWritableValue.AsInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt32: Integer read GetAsInt32 write SetAsInt32;

C++

__property int AsInt32 = {read=GetAsInt32, write=SetAsInt32, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Integer representation of value.

Data.DBXCommon.TDBXWritableValue.AsInt32 inherits from Data.DBXCommon.TDBXValue.AsInt32. All content below this line refers to Data.DBXCommon.TDBXValue.AsInt32.

Integer representation of value.

AsInt32 returns an Integer representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also