FormBuildTableControl.controlNum Method [AX 2012]

Retrieves a contained control by using the specified index.

public FormBuildControl controlNum(int controlNo)

Run On

Client

Parameters

controlNo
Type: int
An integer value that indicates the index of the child control to retrieve.

Return Value

Type: FormBuildControl Class
A FormBuildControl object that represents the child control that has the specified index if this is a container control; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

If the specified controlNo parameter is out of range, an exception is raised.

Community Additions

ADD
Show: