System.PUTF8String
Delphi
type PUTF8String = ^UTF8String;
C++
typedef UTF8String *PUTF8String;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
PUTF8String is a pointer to a UTF8String.
PUTF8String is a pointer to a UTF8String.