Data.DBXCommon.TDBXWritableValue.SetInt32
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetInt32(const Value: TInt32); virtual;
C++
virtual void __fastcall SetInt32(const Data::Dbxplatform::TInt32 Value);
Description
Sets the 32-bit integer value for 32-bit integer data types.
Sets the 32-bit integer value for TDBXValue instances with a data type of Int32Type.