TextBuilder.MaxCapacity() Method
Version: Available or changed with runtime version 1.0.
Gets the maximum capacity of this TextBuilder instance.
Syntax
MaxCapacity := TextBuilder.MaxCapacity()
Note
This method can be invoked using property access syntax.
Parameters
TextBuilder
Type: TextBuilder
An instance of the TextBuilder data type.
Return Value
MaxCapacity
Type: Integer
The maximum capacity of this TextBuilder instance.
Related information
TextBuilder Data Type
Get Started with AL
Developing Extensions