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


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.JSON.TInt15&oldid=613970"