System.Rtti.TRttiInt64Type.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Int64 read GetMinValue;

C++

__property __int64 MinValue = {read=GetMinValue};

Properties

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

Description

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

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

See Also