DK11 for Delphi | GisTypes.GIS_MAX_INTEGER | Constants | Enums | Classes | Prototypes | Records | Types
A maximum value for Integer.
// Delphi const GIS_MAX_INTEGER = high(Integer);
// C++ Builder // const syntax for C++Builder is not fully reliable extern DELPHI_PACKAGE int GIS_MAX_INTEGER /* high(Integer) */;
Value |
---|
high(Integer) |