Data.DBXCommon.TDBXWritableValue.AsInt32
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.
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.