FormComboBoxControl.count Method [AX 2012]

Returns the number of items in the combo box control.

public int count()

Run On

Client

Return Value

Type: int
The number of items in the combo box control.

The following example shows how to use the count method.

int j; 
 
j = this.count();

Community Additions

ADD
Show: