System.Bindings.Outputs.TConverterUtils.NilToDateTime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure NilToDateTime(var O: TValue); static;

C++

static void __fastcall NilToDateTime(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 DateTime TValue auf 0 für Nil-Zuweisung.

Siehe auch