|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 (ViewerBindingStyleEnum) |
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 |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddColonToText |
|
|
# | CHARACTER AppearanceVariableName |
|
|
+ | INTEGER BGCOLOR |
|
|
+ | CHARACTER BufferName |
|
|
+ | Consultingwerk.BusinessEntityDesigner.Generator.IContainerControlGenerator ContainerControlGenerator |
|
|
+ | CHARACTER ContainerName |
|
|
+ | CHARACTER ControlTypeName |
|
|
+ | CHARACTER DataBindings |
|
|
+ | INTEGER FGCOLOR |
|
|
+ | LOGICAL IsSideLabel |
|
|
+ | INTEGER Left |
|
|
+ | CHARACTER Name |
|
|
+ | LOGICAL SupportInitialize |
|
|
+ | INTEGER TabOrder |
|
|
+ | CHARACTER Tag |
|
|
+ | CHARACTER TemplateFileName |
|
|
+ | CHARACTER Text |
|
|
+ | INTEGER Top |
|
Top
PUBLIC LONGCHAR GenerateAssignPropertiesBlock ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LONGCHAR GenerateControlNew ()
|
||||||||||||||||||||
PUBLIC CHARACTER GenerateHtml (ViewerBindingStyleEnum)
|
||||||||||||||||||||
PUBLIC LONGCHAR GenerateSupportingObjectDefinition ()
|
||||||||||||||||||||
PUBLIC LONGCHAR GenerateVariableDefinition ()
|
PUBLIC LOGICAL AddColonToText
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER AppearanceVariableName
|
|||||||||
PUBLIC INTEGER BGCOLOR
|
|||||||||
PUBLIC CHARACTER BufferName
|
|||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Generator.IContainerControlGenerator ContainerControlGenerator
|
|||||||||
PUBLIC CHARACTER ContainerName
|
|||||||||
PUBLIC CHARACTER ControlTypeName
|
|||||||||
PUBLIC CHARACTER DataBindings
|
|||||||||
PUBLIC INTEGER FGCOLOR
|
|||||||||
PUBLIC LOGICAL IsSideLabel
|
|||||||||
PUBLIC INTEGER Left
|
|||||||||
PUBLIC CHARACTER Name
|
|||||||||
PUBLIC LOGICAL SupportInitialize
|
|||||||||
PUBLIC INTEGER TabOrder
|
|||||||||
PUBLIC CHARACTER Tag
|
|||||||||
PUBLIC CHARACTER TemplateFileName
|
|||||||||
PUBLIC CHARACTER Text
|
|||||||||
PUBLIC INTEGER Top
|