System.UInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UInt8 = Byte;

C++

typedef Byte UInt8;

Properties

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

Description

Alias for Byte.

See Also