System.Rtti.TRttiOrdinalType.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Integer read GetMinValue;

C++

__property int MinValue = {read=GetMinValue, nodefault};

Properties

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

Description

Specifies the minimum value allowed for values of the reflected ordinal type.

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

See Also