Data.DBXCommon.TDBXWritableValue.SetAsInt32
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetAsInt32(const Value: TInt32); virtual;
C++
virtual void __fastcall SetAsInt32(const Data::Dbxplatform::TInt32 Value);
Description
Sets the value as an integer representation.
SetAsInt32 sets the value as an integer representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.