System.SmallStringBase.Data

From RAD Studio API Documentation
Jump to: navigation, search

C++

char Data[sz];

Properties

Type Visibility Source Unit Parent
field protected dstring.h System SmallStringBase

Description

Characters of a SmallString.

You can access the characters of a SmallString also with the subscript operator.

See Also