piDogDataView.OptionList.constructor

Scope: Public
Sub constructor()
Scope: Public
Sub constructor(value As Boolean)
creates a yes/no OptionList
Scope: Public
Sub constructor(index as integer, values() as String)
Creates a new optionlist with the given values and the default index passed
Scope: Public
Sub constructor(index as integer, values() as variant)
Creates a new optionlist with the given values and the default index passed
Scope: Public
Sub constructor(index as integer, values() as variant,tags as Variant)
Creates a new optionlist with the given values and the default index passed