FormGroupControl.calcControlSize Method [AX 2012]

Calculates the size of a form group control, based on the number of characters and the number of lines.

public container calcControlSize(int chars, int lines)

Run On

Client

Parameters

chars
Type: int
An Integer data type that specifies the number of characters.
lines
Type: int
An Integer data type that specifies the number of lines.

Return Value

Type: container
A Container data type value that specifies the size of a form group control.

Community Additions

ADD
Show: