JmgWorkPlannerForm.getEditControl Method [AX 2012]

Retrieves the control, which is used to display the value at the specified column and row.

Syntax

public FormStringControl getEditControl(int _column, int _row)

Run On

Called

Parameters

  • _column
    Type: int
    The column for which to retrieve the control.
  • _row
    Type: int
    The row for which to retrieve the control.

Return Value

Type: FormStringControl Class
The FormStringControl object, which is used to display the value at the specified column and row.

See Also

Reference

JmgWorkPlannerForm Class