System.Types.PByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PByte         = ^Byte;        {$NODEFINE PByte}       { defined in sysmac.h }

Properties

Type Visibility Source Unit Parent
pointer public System.pas System.Types System.Types

Description

Pointer to Byte.

A PByte represents a pointer to a Byte.