|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LONGCHAR GenerateAssignPropertiesBlock () |
Generats the source code that assigns the property values for this Control |
|
+ | LONGCHAR GenerateControlNew () |
Generates the NEW statement used to create an intance of the Control |
|
+ | CHARACTER GenerateHtml () |
Returns the HTML for the current Control |
|
+ | LONGCHAR GenerateSupportingObjectDefinition () |
Returns the code required to build supporting objects, like
Appearance objects, Editor-Buttons etc. |
|
+ | LONGCHAR GenerateVariableDefinition () |
Returns the variable definition ABL statementfor the Control |
|
# | InsertEventHandler (character, character, character, character, longchar) |
Inserts an event handler Inherited from Consultingwerk.BusinessEntityDesigner.Generator.Viewer.ControlGenerator |
Options | Name | Purpose | |
---|---|---|---|
+ | LONGCHAR ClickTriggerBlock |
Code block for the Click (CHOOSE) event |
|
+ | Progress.Lang.Object ContainerControlGenerator |
Gets and sets the reference to the SmartViewerGenerator used by the
IControlGenerator implementation Inherited from Consultingwerk.BusinessEntityDesigner.Generator.Viewer.ControlGenerator |
|
+ | CHARACTER ContainerName |
Gets and sets the Name of the Container Control |
|
+ | CHARACTER ControlTypeName |
Retusn the TypeName for to be used for this UltraEditorControl |
|
+ | CHARACTER DataBindings |
Gets and sets the default data bindings of the Control |
|
+ | INTEGER Height |
The Height of the Control |
|
+ | INTEGER Left |
The Position of the Control |
|
+ | CHARACTER Name |
Gets and sets the Name of the Control |
|
+ | LOGICAL SupportInitialize |
Logical value indicating if the Control supports the ISupportInitialize
interface |
|
+ | INTEGER TabOrder |
The TabOrder property of the Control |
|
+ | CHARACTER Tag |
The Tag property of the Control |
|
+ | CHARACTER TemplateFileName |
Gets and sets the Name of the Template File to be used by this class |
|
+ | CHARACTER Text |
Gets and sets the Text of the Control |
|
+ | INTEGER Top |
The Position of the Control |
|
+ | INTEGER Width |
The Width of the Control |
Top
PUBLIC LONGCHAR GenerateAssignPropertiesBlock ()
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LONGCHAR GenerateControlNew ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GenerateHtml ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR GenerateSupportingObjectDefinition ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR GenerateVariableDefinition ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED InsertEventHandler (character, character, character, character, longchar)
|
PUBLIC LONGCHAR ClickTriggerBlock
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Object ContainerControlGenerator
|
|||||||||||||||
PUBLIC CHARACTER ContainerName
|
|||||||||||||||
PUBLIC CHARACTER ControlTypeName
|
|||||||||||||||
PUBLIC CHARACTER DataBindings
|
|||||||||||||||
PUBLIC INTEGER Height
|
|||||||||||||||
PUBLIC INTEGER Left
|
|||||||||||||||
PUBLIC CHARACTER Name
|
|||||||||||||||
PUBLIC LOGICAL SupportInitialize
|
|||||||||||||||
PUBLIC INTEGER TabOrder
|
|||||||||||||||
PUBLIC CHARACTER Tag
|
|||||||||||||||
PUBLIC CHARACTER TemplateFileName
|
|||||||||||||||
PUBLIC CHARACTER Text
|
|||||||||||||||
PUBLIC INTEGER Top
|
|||||||||||||||
PUBLIC INTEGER Width
|