Data.DBXCommon.TDBXValue.AsInt32
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
property AsInt32: Integer read GetAsInt32;
C++
__property int AsInt32 = {read=GetAsInt32, nodefault};
Description
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.