System.PUTF8String

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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.

See Also