JCL Help:TJclOrdinalRangeTypeInfo.MaxValue
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclOrdinalRangeTypeInfo.MaxValue Property
[+] TJclOrdinalRangeTypeInfo Methods
[+] TJclOrdinalRangeTypeInfo Properties
Search in JCL Help
Search in all projects
Summary
Retrieves the maximum value.
Pascal
public property MaxValue: Int64;
Description
MaxValue retrieves the maximum 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