Vcl.ExtCtrls.NaturalNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type NaturalNumber = 1..2147483647;

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.

See Also