System.Bindings.Outputs.TConverterUtils.IntToVariant
Delphi
class procedure IntToVariant(const I: TValue; var O: TValue); static;
C++
static void __fastcall IntToVariant(const System::Rtti::TValue &I, System::Rtti::TValue &O);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TConverterUtils |
Description
Converts an Integer TValue to a Variant TValue.
IntToVariant builds a new TValue record from the previously converted Variant value.
I:IntegerTValue.Iis converted to an Int64 value before the conversion.O:VariantTValue. The TValue after conversion.