Click or drag to resize

getOptionCount Method

Gets the number of options in this ComboField or ListField.

Syntax
JavaScript
function getOptionCount();

Parameters

None

Return Value

Type: Integer

The number of options for this ComboField or ListField.

Remarks

This method must only be called on objects where the getType Method is a ComboField or ListField.

See Also