|
Navigate to: Methods | Constructors | Events | Properties
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. |
|
+ | Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) |
Returns the IWidget reference for a given .NET Control Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
# | 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. |
|
# | 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 |
Options | Name | Purpose | |
---|---|---|---|
+ | UltraComboEditorWidget (UltraComboEditor) |
Constructor for the UltraComboEditorWidget class |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AUTO-COMPLETION |
Specifies that the combo-box widget automatically complete keyboard
input based on a potential match to items in the drop-down list |
|
+ | Control Control |
Returns the reference to the Control this instance represents Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | CHARACTER DATA-TYPE |
A character value that represents the data type of the field
associated with the widget Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE |
|
+ | CHARACTER DELIMITER |
The character that separates values input to or output from a combo
box or selection list |
|
+ | CHARACTER FORMAT |
The text format of a widget or browse-cell Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | LOGICAL HIDDEN |
Indicates whether to "hide" a widget Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | CHARACTER VALUE |
Used for data-representation widgets, such as field-level widgets
that represent variables or database fields |
|
+ | CHARACTER LIST-ITEM-PAIRS |
A list of the label-value pairs associated with a combo box or selection
list. The list is delimiter-separated |
|
+ | CHARACTER LIST-ITEMS |
A list of the items associated with a combo box or selection list. The list is delimiter-separated. |
|
+ | LOGICAL MODIFIED |
Indicates whether the value of the SCREEN-VALUE attribute for the
widget has changed Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | CHARACTER NAME |
A string identifier for the specified object or widget Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | INTEGER NUM-ITEMS |
The number of entries in a combo box or selection list |
|
+ | CHARACTER PRIVATE-DATA |
An arbitrary string associated with the handle of an object or widget Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | CHARACTER SCREEN-VALUE |
The data value in the screen buffer associated with the widget Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | LOGICAL SENSITIVE |
Indicates whether a widget can receive input focus or events Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
|
+ | LOGICAL SORT |
Indicates whether to sort new additions to the item list of a widget |
|
+ | CHARACTER SUBTYPE |
The subtype of a widget |
|
+ | CHARACTER TYPE |
The type of a handle Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE |
|
+ | LOGICAL VISIBLE |
Indicates whether a widget is currently visible on the display Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade |
Top
PUBLIC LOGICAL ADD-LAST (character)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ADD-LAST (character, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ENTRY_ (integer)
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetFORMAT ()
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL GetHIDDEN ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetSCREEN-VALUE ()
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL GetSENSITIVE ()
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL GetVISIBLE ()
|
|||||||||||||||||||||||||||
PUBLIC INTEGER LOOKUP_ (character)
|
|||||||||||||||||||||||||||
PROTECTED SetFORMAT (character)
|
|||||||||||||||||||||||||||
PROTECTED SetHIDDEN (logical)
|
|||||||||||||||||||||||||||
PROTECTED SetSCREEN-VALUE (character)
|
|||||||||||||||||||||||||||
PROTECTED SetSENSITIVE (logical)
|
|||||||||||||||||||||||||||
PROTECTED SetVISIBLE (logical)
|
PUBLIC UltraComboEditorWidget (UltraComboEditor)
|
---|
PUBLIC LOGICAL AUTO-COMPLETION
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Control Control
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER DATA-TYPE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER DELIMITER
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER FORMAT
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HIDDEN
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER VALUE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LIST-ITEM-PAIRS
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LIST-ITEMS
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL MODIFIED
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER NAME
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER NUM-ITEMS
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PRIVATE-DATA
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SCREEN-VALUE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SENSITIVE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SORT
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SUBTYPE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER TYPE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL VISIBLE
|