System.Bindings.Outputs.TConverterUtils.NilToBoolean
Delphi
class procedure NilToBoolean(var O: TValue); static;
C++
static void __fastcall NilToBoolean(System::Rtti::TValue &O);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TConverterUtils |
Beschreibung
Setzt Boolean
TValue zu False
für Nil
-Zuweisung.