Vcl.ExtCtrls.NaturalNumber
Delphi
NaturalNumber = 1..High(Integer);
C++
typedef int NaturalNumber;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
Set of natural positive numbers having the highest Integer representable boundary.
NaturalNumber is set of natural positive nonzero numbers having the highest Integer representable boundary. NaturalNumber specifies numbers in the range from 1 through 2147483647.