System.PRawByteString
Delphi
PRawByteString = ^RawByteString;
C++
typedef RawByteString *PRawByteString;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Is a pointer to a RawByteString.
PRawByteString represents a pointer to a RawByteString.