Top Method Summary
Options Name Purpose
LOGICAL ADD-LAST (character) Adds one or more items to the bottom of a combo box, radio set, or selection list
LOGICAL ADD-LAST (character, character) Adds one or more items to the bottom of a combo box, radio set, or selection list
CHARACTER ENTRY_ (integer) Returns the character-string value of the specified list entry.
CHARACTER GetSCREEN-VALUE () GET method for the SCREEN-VALUE property
INTEGER LOOKUP_ (character) Returns the index of the specified item in a combo-box list or selection list.
SetSCREEN-VALUE (character) SET method for the SCREEN-VALUE property

Top Constructor Summary
Options Name Purpose
UltraComboEditorWidget (UltraComboEditor) Constructor for the UltraComboEditorWidget class

Top Property Summary
Options Name Purpose
LOGICAL AUTO-COMPLETION
CHARACTER DATA-TYPE
CHARACTER DELIMITER
CHARACTER VALUE
CHARACTER LIST-ITEM-PAIRS
CHARACTER LIST-ITEMS
INTEGER NUM-ITEMS
LOGICAL SORT
CHARACTER SUBTYPE
CHARACTER TYPE


Method Detail
Top

LOGICAL ADD-LAST (character)

Purpose: Adds one or more items to the bottom of a combo box, radio set, or
selection list
Notes:

Parameters:
pcValue CHARACTER
The value to add to the combo-box
Returns LOGICAL
Logical value indicating the success of the method
Top

LOGICAL ADD-LAST (character, character)

Purpose: Adds one or more items to the bottom of a combo box, radio set, or
selection list
Notes:

Parameters:
pcLabel CHARACTER
A character-string expression that represents the label of a label-value pair
pcValue CHARACTER
The value the AVM assigns to the field or variable if the user selects the corresponding label
Returns LOGICAL
Logical value indicating the success of the method
Top

CHARACTER ENTRY_ (integer)

Purpose: Returns the character-string value of the specified list entry.
Notes: Trailing _ as otherwise the ENTRY function would be overloaded within
the class itself

Parameters:
piListIndex INTEGER
An integer expression that specifies an entry within the combo-box list or selection list
Returns CHARACTER
The ENTRY at the specified list index
Top

CHARACTER GetSCREEN-VALUE ()

Purpose: GET method for the SCREEN-VALUE property
Notes:

Returns CHARACTER
Character value indicating the SCREEN-VALUE Value
Top

INTEGER LOOKUP_ (character)

Purpose: Returns the index of the specified item in a combo-box list or selection list.
Notes: Trailing _ as otherwise the LOOKUP function would be overloaded within
the class itself
If list-string has the Unknown value (?), LOOKUP returns the Unknown value (?).
If list-string is not in the list, LOOKUP returns 0.

Parameters:
pcListString CHARACTER
A character-string expression that specifies a single value in the combo box or selection list
Returns INTEGER
The list index of the specified string or 0
Top

SetSCREEN-VALUE (character)

Purpose: SET method for the SCREEN-VALUE property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the SCREEN-VALUE property


Constructor Detail
Top

UltraComboEditorWidget (UltraComboEditor)

Purpose: Constructor for the UltraComboEditorWidget class
Notes:

Parameters:
poEditor Infragistics.Win.UltraWinEditors.UltraComboEditor
The reference to the UltraComboEditor this instance should represent


Property Detail
Top

LOGICAL AUTO-COMPLETION


Returns LOGICAL
Top

CHARACTER DATA-TYPE


Returns CHARACTER
Top

CHARACTER DELIMITER


Returns CHARACTER
Top

CHARACTER VALUE


Returns CHARACTER
Top

CHARACTER LIST-ITEM-PAIRS


Returns CHARACTER
Top

CHARACTER LIST-ITEMS


Returns CHARACTER
Top

INTEGER NUM-ITEMS


Returns INTEGER
Top

LOGICAL SORT


Returns LOGICAL
Top

CHARACTER SUBTYPE


Returns CHARACTER
Top

CHARACTER TYPE


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       03.05.2026 21:49:24