Data.DBXDelegate.TDBXDelegateWritableValue.SetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt32(const Value: TInt32); override;

C++

virtual void __fastcall SetInt32(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Sets the 32-bit integer value for 32-bit integer data types.

Data.DBXDelegate.TDBXDelegateWritableValue.SetInt32 inherits from Data.DBXCommon.TDBXWritableValue.SetInt32. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetInt32.

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.