System.String

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type String = UnicodeString;

C++

typedef UnicodeString String; //

Properties

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

Description

Represents an alias for the generic UnicodeString type.

A string is a sequence of characters. The String type is an alias for UnicodeString.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.String&oldid=540336"