Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Related information
TextBuilder Data Type
Get Started with AL
Developing Extensions