JCL Help:TJclOrdinalRangeTypeInfo.MinValue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the minimum value.


Pascal

 public property MinValue: Int64;


Description

MinValue retrieves the minimum value for the ordinal type.


About

Donator

Marcel Bestebroer


Notes

Although Int64 is not an ordinal type, it is used in this interface for the min and max values because it allows for all possible ranges (signed or unsigned 32-bit Integer values). This is not the case for Delphi 4 because Delphi 4 doesn't indicate that a type is an unsigned long.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page