System.Rtti.TRttiInt64Type.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Int64 read GetMaxValue;

C++

__property __int64 MaxValue = {read=GetMaxValue};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInt64Type

Description

Specifies the maximum value allowed for variables of the reflected type.

Use MaxValue to obtain the maximum value allowed in a variable of the reflected type. Any value exceeding MaxValue assigned to a variable of the reflected type leads to an overflow.

See Also