JCL Help:TJclOrdinalRangeTypeInfo.GetMaxValue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the maximum value.


Pascal

 public function GetMaxValue: Int64;


Return Value

The maximum value of the range.


Description

GetMaxValue retrieves the maximum value for the ordinal type. GetMaxValue is the read specifier for the MaxValue 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