API:System.SmallString

From RAD Studio API Documentation
Jump to: navigation, search

C++

template <unsigned char sz> class SmallString : SmallStringBase<sz>

Properties

Type Visibility Source Unit Parent
class public dstring.h System System

Description

Base class for SmallString.

System.SmallString inherits from System.SmallStringBase. All content below this line refers to System.SmallStringBase.

Base class for SmallString.

You should not use SmallStringBase directly; you can use the SmallString class instead.

See Also