System.Nullable.GetValueOrDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValueOrDefault(DefaultValue: T): T; inline;

C++

T __fastcall GetValueOrDefault(T DefaultValue);

Properties

Type Visibility Source Unit Parent
function public
System.Nullables.inc
System.hpp
System Nullable

Description

Embarcadero Technologies does not currently have any additional information.