System.Types.TEndian

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEndian = (Big, Little);

C++

enum DECLSPEC_DENUM TEndian : unsigned char { Big, Little };

Properties

Type Visibility Source Unit Parent
enum public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Defines a type of endian.

Possible values are:

  • Little
  • Big

See Also