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
# INTEGER ColorValue (Color) Returns the color table number for the given .NET Color
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget
+ CHARACTER ENTRY_ (integer) Returns the character-string value of the specified list entry.
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) Returns the IWidget reference for a given .NET Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (UltraGridCell) Returns the IWidget reference for a given .NET Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# A INTEGER GetBGCOLOR () SET method for the BGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetBGCOLOR ()
# A INTEGER GetFGCOLOR () SET method for the FGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetFGCOLOR ()
# CHARACTER GetFORMAT () GET method for the FORMAT property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# LOGICAL GetHIDDEN () GET method for the HIDDEN property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# CHARACTER GetSCREEN-VALUE () GET method for the SCREEN-VALUE property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetSCREEN-VALUE ()
# LOGICAL GetSENSITIVE () GET method for the SENSITIVE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# LOGICAL GetVISIBLE () GET method for the VISIBLE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ INTEGER LOOKUP_ (character) Returns the index of the specified item in a combo-box list or selection list.
# A SetBGCOLOR (integer) SET method for the BGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetBGCOLOR (integer)
# A SetFGCOLOR (integer) SET method for the FGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetFGCOLOR (integer)
# SetFORMAT (character) SET method for the FORMAT property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetHIDDEN (logical) SET method for the HIDDEN property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetSCREEN-VALUE (character) SET method for the SCREEN-VALUE property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetSCREEN-VALUE (character)
# SetSENSITIVE (logical) SET method for the SENSITIVE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetVISIBLE (logical) SET method for the VISIBLE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

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

Top Property Summary
Options Name Purpose
+ LOGICAL AUTO-COMPLETION
+ INTEGER BGCOLOR
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ Control Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER DATA-TYPE
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE
+ CHARACTER DELIMITER
+ INTEGER FGCOLOR
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER FORMAT
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL HIDDEN
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER VALUE
+ CHARACTER LIST-ITEM-PAIRS
+ CHARACTER LIST-ITEMS
+ LOGICAL MODIFIED
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER NAME
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ INTEGER NUM-ITEMS
+ CHARACTER PRIVATE-DATA
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER SCREEN-VALUE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL SENSITIVE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL SORT
+ CHARACTER SUBTYPE
+ CHARACTER TYPE
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE
+ LOGICAL VISIBLE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade


Method Detail
Top

PUBLIC 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

PUBLIC 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

PROTECTED INTEGER ColorValue (Color)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget
Purpose: Returns the color table number for the given .NET Color
Notes:

Parameters:
poColor System.Drawing.Color
The .NET Color reference
Returns INTEGER
The matching Progress color table number
Top

PUBLIC 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

PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Returns the IWidget reference for a given .NET Control
Notes: Factory method.
Throws UnsupportedControlTypeException when Controls can not be mapped
to an WidgetFacade instance

Parameters:
poControl System.Windows.Forms.Control
The .NET Control to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (UltraGridCell)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Returns the IWidget reference for a given .NET Control
Notes: Factory method.
Throws UnsupportedControlTypeException when Controls can not be mapped
to an WidgetFacade instance

Parameters:
poCell UltraGridCell
The UltraGridColumn to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

PROTECTED INTEGER GetBGCOLOR ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetBGCOLOR ()
Purpose: SET method for the BGCOLOR property
Notes:

Returns INTEGER
The BGCOLOR value
Top

PROTECTED INTEGER GetFGCOLOR ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetFGCOLOR ()
Purpose: SET method for the FGCOLOR property
Notes:

Returns INTEGER
The FGCOLOR value
Top

PROTECTED CHARACTER GetFORMAT ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the FORMAT property
Notes:

Returns CHARACTER
Character value indicating the FORMAT Value
Top

PROTECTED LOGICAL GetHIDDEN ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the HIDDEN property
Notes:

Returns LOGICAL
Logical value indicating the HIDDEN Value
Top

PROTECTED CHARACTER GetSCREEN-VALUE ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetSCREEN-VALUE ()
Purpose: GET method for the SCREEN-VALUE property
Notes:

Returns CHARACTER
Character value indicating the SCREEN-VALUE Value
Top

PROTECTED LOGICAL GetSENSITIVE ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the SENSITIVE property
Notes:

Returns LOGICAL
Logical value indicating the SENSITIVE Value
Top

PROTECTED LOGICAL GetVISIBLE ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the VISIBLE property
Notes:

Returns LOGICAL
Logical value indicating the VISIBLE Value
Top

PUBLIC 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

PROTECTED SetBGCOLOR (integer)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetBGCOLOR (integer)
Purpose: SET method for the BGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the BGCOLOR property
Top

PROTECTED SetFGCOLOR (integer)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetFGCOLOR (integer)
Purpose: SET method for the FGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the FGCOLOR property
Top

PROTECTED SetFORMAT (character)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the FORMAT property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the FORMAT property
Top

PROTECTED SetHIDDEN (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the HIDDEN property
Notes:

Parameters:
plValue LOGICAL
The new value for the the HIDDEN property
Top

PROTECTED SetSCREEN-VALUE (character)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetSCREEN-VALUE (character)
Purpose: SET method for the SCREEN-VALUE property
Notes:

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

PROTECTED SetSENSITIVE (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the SENSITIVE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the SENSITIVE property
Top

PROTECTED SetVISIBLE (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the VISIBLE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the VISIBLE property


Constructor Detail
Top

PUBLIC 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

PUBLIC LOGICAL AUTO-COMPLETION


Returns LOGICAL
Top

PUBLIC INTEGER BGCOLOR

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns INTEGER
Top

PUBLIC Control Control

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns Control
Top

PUBLIC CHARACTER DATA-TYPE

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE

Returns CHARACTER
Top

PUBLIC CHARACTER DELIMITER


Returns CHARACTER
Top

PUBLIC INTEGER FGCOLOR

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns INTEGER
Top

PUBLIC CHARACTER FORMAT

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC LOGICAL HIDDEN

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC CHARACTER VALUE


Returns CHARACTER
Top

PUBLIC CHARACTER LIST-ITEM-PAIRS


Returns CHARACTER
Top

PUBLIC CHARACTER LIST-ITEMS


Returns CHARACTER
Top

PUBLIC LOGICAL MODIFIED

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC CHARACTER NAME

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC INTEGER NUM-ITEMS


Returns INTEGER
Top

PUBLIC CHARACTER PRIVATE-DATA

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC CHARACTER SCREEN-VALUE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC LOGICAL SENSITIVE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC LOGICAL SORT


Returns LOGICAL
Top

PUBLIC CHARACTER SUBTYPE


Returns CHARACTER
Top

PUBLIC CHARACTER TYPE

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE

Returns CHARACTER
Top

PUBLIC LOGICAL VISIBLE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:05