System.PByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PByte = ^Byte;

C++

typedef Byte*                PByte;            //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to a Byte.

PByte is a pointer to a Byte.

Note: PByte is used by the Delphi desktop compilers, but is not supported by the Delphi mobile compilers. For more information, see Migrating Delphi Code to Mobile from Desktop.

See Also