Data.DBXCommon.TDBXInt64Value.SetAsInt32

From RAD Studio API Documentation

Delphi

procedure SetAsInt32(const Value: TInt32); override;

C++

virtual void __fastcall SetAsInt32(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXInt64Value

Description

Sets the value as an integer representation. {{#multireplace:Data.DBXCommon.TDBXInt64Value.SetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also