Top Method Summary
Options Name Purpose
LONGCHAR GenerateAssignPropertiesBlock () Generates the source code that assigns the property values for this Control
LONGCHAR GenerateControlNew () Generates the NEW statement used to create an instance of the Control
LONGCHAR GenerateSupportingObjectDefinition () Returns the code required to build supporting objects, like Appearance objects, Editor-Buttons etc.
LONGCHAR GenerateVariableDefinition () Returns the variable definition ABL statement for the Control
SetListItemPairs (character) Builds the Items List based on LIST-ITEM-PAIRS
SetListItems (character) Builds the Items List based on LIST-ITEMS

Top Constructor Summary
Options Name Purpose
UltraComboEditorControlGenerator () Constructor for the UltraComboEditorControlGenerator class

Top Property Summary
Options Name Purpose
CHARACTER BufferName
CHARACTER ContainerName
CHARACTER ControlTypeName
CHARACTER DataBindings
LONGCHAR EnterTriggerBlock
INTEGER Height
System.Collections.Generic.List <Infragistics.Win.ValueListItem> Items
INTEGER Left
CHARACTER Name
LOGICAL NoLabel
LOGICAL SupportInitialize
INTEGER TabOrder
CHARACTER Tag
CHARACTER TemplateFileName
CHARACTER TemplateFileNameUnbound
INTEGER Top
LONGCHAR ValidatingTriggerBlock
LONGCHAR ValueChangedTriggerBlock
INTEGER Width


Method Detail
Top

LONGCHAR GenerateAssignPropertiesBlock ()

Purpose: Generates the source code that assigns the property values for this Control
Notes:

Returns LONGCHAR
The source code for the code block that assigns the property values for this Control
Top

LONGCHAR GenerateControlNew ()

Purpose: Generates the NEW statement used to create an instance of the Control
Notes:

Returns LONGCHAR
The source code for the NEW statement to create an instance of the Control
Top

LONGCHAR GenerateSupportingObjectDefinition ()

Purpose: Returns the code required to build supporting objects, like
Appearance objects, Editor-Buttons etc.
Notes:

Returns LONGCHAR
The source code for the supporting object definition and instantiation
Top

LONGCHAR GenerateVariableDefinition ()

Purpose: Returns the variable definition ABL statement for the Control
Notes:

Returns LONGCHAR
The source code for the variable definition section
Top

SetListItemPairs (character)

Purpose: Builds the Items List based on LIST-ITEM-PAIRS
Notes:

Parameters:
pcListItems CHARACTER
The LIST-ITEM-PAIRS of an ABL COMBO-BOX Widget CHR(1) delimited
Top

SetListItems (character)

Purpose: Builds the Items List based on LIST-ITEMS
Notes:

Parameters:
pcListItems CHARACTER
The LIST-ITEMS of an ABL COMBO-BOX Widget CHR(1) delimited


Constructor Detail
Top

UltraComboEditorControlGenerator ()

Purpose: Constructor for the UltraComboEditorControlGenerator class
Notes:



Property Detail
Top

CHARACTER BufferName


Returns CHARACTER
Top

CHARACTER ContainerName


Returns CHARACTER
Top

CHARACTER ControlTypeName


Returns CHARACTER
Top

CHARACTER DataBindings


Returns CHARACTER
Top

LONGCHAR EnterTriggerBlock


Returns LONGCHAR
Top

INTEGER Height


Returns INTEGER
Top

System.Collections.Generic.List <Infragistics.Win.ValueListItem> Items


Returns System.Collections.Generic.List <Infragistics.Win.ValueListItem>
Top

INTEGER Left


Returns INTEGER
Top

CHARACTER Name


Returns CHARACTER
Top

LOGICAL NoLabel


Returns LOGICAL
Top

LOGICAL SupportInitialize


Returns LOGICAL
Top

INTEGER TabOrder


Returns INTEGER
Top

CHARACTER Tag


Returns CHARACTER
Top

CHARACTER TemplateFileName


Returns CHARACTER
Top

CHARACTER TemplateFileNameUnbound


Returns CHARACTER
Top

INTEGER Top


Returns INTEGER
Top

LONGCHAR ValidatingTriggerBlock


Returns LONGCHAR
Top

LONGCHAR ValueChangedTriggerBlock


Returns LONGCHAR
Top

INTEGER Width


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:22