Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnsiStringBuilder.MaxCapacity

Maximum capacity of the string buffer.

Declaration

Source position: syssbh.inc line 109

public property TAnsiStringBuilder.MaxCapacity : Integer
  read FMaxCapacity;

Description

MaxCapacity returns the maxmimum capacity of the string buffer (in characters). It is set when the stringbuilder is created, in the constructor of the builder. The Capacity (and consequently, the Length) will never be allowed to exceed MaxCapacity.

See also

Capacity

  

Current capacity of the string buffer.

Length

  

Currentl length of the string buffer.

ERangeError

  

Range check error.


Documentation generated on: Jul 24 2023