Top Method Summary
Options Name Purpose
# LONGCHAR GenerateControlInit (logical) Generates the Code block for the BeginInit or EndInit calls
# LONGCHAR GenerateControlNews () Generates the code block NEW's the Controls
# LONGCHAR GenerateControlsPropertyAssign () Generates the Code block that assigns the Control properties
# LONGCHAR GenerateControlSupportVariables () Generates the code block that defines and initializes the Control Support Variables
# LONGCHAR GenerateDefineControlVariables () Generates the code block that defines the Control Variables
+ CHARACTER GenerateObjectName (character) Generates a temporary object name (e.g. appearance1) based on a provided name (e.g. appearance)
# ProcessImages (character) Processes Component Images, addes them to the .resx file

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

Top Property Summary
Options Name Purpose
+ Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator ControlGenerators


Method Detail
Top

PROTECTED LONGCHAR GenerateControlInit (logical)

Purpose: Generates the Code block for the BeginInit or EndInit calls
Notes:

Parameters:
plInit LOGICAL
Logical value indicating if the method should generate BeginInit or EndInit calls
Returns LONGCHAR
The code block with the BeginInit or EndInit for the Controls
Top

PROTECTED LONGCHAR GenerateControlNews ()

Purpose: Generates the code block NEW's the Controls
Notes:

Returns LONGCHAR
The code block that NEW's the Controls
Top

PROTECTED LONGCHAR GenerateControlsPropertyAssign ()

Purpose: Generates the Code block that assigns the Control properties
Notes:

Returns LONGCHAR
The code block that assigns the Control properties
Top

PROTECTED LONGCHAR GenerateControlSupportVariables ()

Purpose: Generates the code block that defines and initializes the Control Support Variables
Notes:

Returns LONGCHAR
The code block that defines and initialized the Control Support Variables
Top

PROTECTED LONGCHAR GenerateDefineControlVariables ()

Purpose: Generates the code block that defines the Control Variables
Notes:

Returns LONGCHAR
The code block that defines the Control Variables
Top

PUBLIC CHARACTER GenerateObjectName (character)

Purpose: Generates a temporary object name (e.g. appearance1) based on a
provided name (e.g. appearance)
Notes:

Parameters:
pcObjectName CHARACTER
The name to be used for a temporary object
Returns CHARACTER
The name to be used for a temporary object
Top

PROTECTED ProcessImages (character)

Purpose: Processes Component Images, addes them to the .resx file
Notes:

Parameters:
pcResxFileName CHARACTER
The name of the .resx file to add images to


Constructor Detail
Top

PUBLIC ContainerControlGenerator ()

Purpose: Constructor for the ContainerControlGenerator class
Notes:



Property Detail
Top

PUBLIC Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator ControlGenerators


Returns Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator


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