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