System.PRawByteString
Delphi
type PRawByteString = ^RawByteString;
C++
typedef RawByteString *PRawByteString;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Représente un pointeur sur un RawByteString.
PRawByteString représente un pointeur sur un RawByteString.