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