Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.5 KB

textbuilder-ensurecapacity-method.md

File metadata and controls

43 lines (35 loc) · 1.5 KB
title description ms.author ms.date ms.topic author ms.reviewer
TextBuilder.EnsureCapacity(Integer) Method
Ensures that the capacity of this TextBuilder instance is at least the specified value.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TextBuilder.EnsureCapacity(Integer) Method

Version: Available or changed with runtime version 1.0.

Ensures that the capacity of this TextBuilder instance is at least the specified value.

Syntax

[Ok := ]  TextBuilder.EnsureCapacity(NewCapacity: Integer)

Parameters

TextBuilder
 Type: TextBuilder
An instance of the TextBuilder data type.

NewCapacity
 Type: Integer
The minimum capacity to ensure.

Return Value

[Optional] Ok
 Type: Boolean
true if the capacity of the TextBuilder is at least the specified value, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

TextBuilder Data Type
Get Started with AL
Developing Extensions