System.Bindings.Outputs.TConverterUtils.NilToNumber
Delphi
class procedure NilToNumber(var O: TValue); static;
C++
static void __fastcall NilToNumber(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
Sets TValue to 0
for Nil
assignment.