System.SysUtils.TStringBuilder.FMaxCapacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMaxCapacity: Integer;

C++

int FMaxCapacity;

Properties

Type Visibility Source Unit Parent
field protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

Description

FMaxCapacity specifies the maximum number of characters that can be stored in a TStringBuilder instance.

FMaxCapacity is used internally to store the maximum number of characters that can be stored in a TStringBuilder instance. FMaxCapacity is initialized when the TStringBuilder instance is created.

See Also