Share via


SysOperationProgress.setTextLength Method [AX 2012]

Sets the length of the progress text controls.

Syntax

public void setTextLength(int numberOfChars)

Run On

Called

Parameters

  • numberOfChars
    Type: int
    The maximum length (in characters) for the progress text before the text wraps to an additional line.

Remarks

You should set the text width before you call SysOperationProgress.setTotal.

See Also

Reference

SysOperationProgress Class