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