System.Nullable.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: T read GetValue write SetValue;

C++

__property T Value = {read=GetValue, write=SetValue};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.