System.PAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PAnsiString = ^AnsiString;

C++

typedef AnsiString*          PAnsiString;      //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to an AnsiString.

PAnsiString is a pointer to an AnsiString.

Note: PAnsiString is used by the Delphi desktop compilers, but is not supported by the Delphi mobile compilers. For more information, see Migrating Delphi Code to iOS from Desktop.

See Also

Personal tools
Translations