System.Bindings.Outputs.TConverterUtils.BoolToVariant
Delphi
class procedure BoolToVariant(const I: TValue; var O: TValue); static;
C++
static void __fastcall BoolToVariant(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 a Bool
TValue to a Variant
TValue.
BoolToVariant builds a new TValue record from the previously converted Variant
value.