FireDAC.Stan.Intf.PPByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PPByte = ^PByte;

C++

typedef System::PByte *PPByte;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Pointer to a type.

PPByte is a pointer to the PByte type.

See Also