JCL Help:TJclOrdinalRangeTypeInfo.GetMinValue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the minimum value.


Pascal

 public function GetMinValue: Int64;


Return Value

The minimum value of the range.


Description

GetMinValue retrieves the minimum value for the ordinal type. GetMinValue is the read specifier for the MinValue property.


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