System.JSON.TInt15

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TInt15 = 0..15;

C++

typedef System::Int8 TInt15;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Hex digit integer.

TInt15 is an integer that takes a value from 0 through 15 representing hexadecimal digits.

See Also