Top Method Summary
Options Name Purpose
ActivateDataSources (character, character) Activates data sources of the given tab page
ActivateLinks (integer) Activates links of the given tab page
ActivateNavigationLink (integer) Activates Navigation links of the given tab page
ActivateSmartTableIOTarget (ISmartTableIOTarget) Activate the given SmartTableIOTarget if it is registered as a SmartTableIOSource.
ActivateTableIoLink (integer) Activates TableIO links of the given tab page
AddDataSourceToTab (character, UltraTab, character) Adds a data source to a tab
DeregisterSmartTableIOTarget (ISmartTableIOTarget) Deregisters a SmartTableIOTarget with the SmartTableIOSource.
FormClosedHandler (Object, FormClosedEventArgs) Event handler for the Form's FormClosed event
GetActiveTabPages (character, character) Returns the active tab pages
System.ComponentModel.Component GetInstance (character) Returns the reference to the instance with the provided name
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character) Returns the reference to the instance with the provided name as a SmartBusinessEntityAdapter
Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character) Returns the reference to the instance with the provided name as a SmartDataBrowser
Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetSmartDatasetAdapterInstance (character) Returns the reference to the instance with the provided name as a SmartDatasetAdapter
Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character) Returns the reference to the instance with the provided name as a SmartToolbarController
Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character) Returns the reference to the instance with the provided name as a SmartViewerControl
Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character) Returns the reference to the instance with the provided name as a UltraTabControl
Initialize () Initializes the DynamicControlGroup
InitializeControlGroupLogicObject () Initializes the Control Group Logic Object
InitializeTabFolderEvents (UltraTabControl) Initializes the Tab Folder event handler
LOGICAL IsTabFolder (Object) Returns if the provided object is a tab folder
OnPageInitializing (PageInitializingEventArgs) Raises the PageInitializing event
OnPrimaryDataSourceChanged (EventArgs) Raises the PrimaryDataSourceChanged event
OnPrimaryDataTargetChanged (EventArgs) Raises the PrimaryDataTargetChanged event
OnSmartDataSourceChanged (EventArgs) Publishes the SmartDataSourceChanged event
OnSmartTableIOSourceChanged (EventArgs) Publishes the SmartGroupAssignSourceChanged event
OnVisibleChanged (EventArgs) Raises the VisibleChanged event
PageVisibleChangedHandler (Object, EventArgs) Event handler for the VisibleChanged event of the parent UltraTabPageControl
ReceiveInstances (table) Receives a copy of the temp-table with the rendered instances
RegisterDataSourceForPageActivation (SmartDataAdapter, character) Registers Data-Sources for activation on a tab page
RegisterDataSourceForRetrieveDataOnShown (SmartDataAdapter) Registers a DataSource for RetrieveData on Shown
RegisterPage (character, integer, character, character) Registers a page with the DynamicForm
RegisterSmartTableIOTarget (ISmartTableIOTarget) Registers a SmartTableIOTarget with the SmartTableIOSource.
RegisterTabFolder (UltraTabControl, character, character) Registers a TabFolder with the DynamicForm
SelectedPageChangedHandler (Object, TabEventArgs) Event handler for the SelectedPageChangedHandler event
SelectedPageChangingHandler (Object, SelectedTabChangingEventArgs) Event handler for the SelectedPageChangingHandler event

Top Event Summary
Options Name Purpose
PageInitializing (Object, PageInitializingEventArgs) Raised when a page is initialized, i.e. before it's shown for the first time
PrimaryDataSourceChanged DELEGATE System.EventHandler Raised when the PrimaryDataSource property changes
PrimaryDataTargetChanged DELEGATE System.EventHandler Raised when the PrimaryDataTarget property changes
SmartDataSourceChanged DELEGATE System.EventHandler Event fired when the SmartDataSource Property is changed
SmartTableIOSourceChanged DELEGATE System.EventHandler Event fired when the SmartTableIOSource Property is changed

Top Property Summary
Options Name Purpose
LOGICAL AutomaticNavigationLinks
LOGICAL AutomaticTableIoLinks
CHARACTER ControlGroupLogicClass
Consultingwerk.Windows.Framework.Repository.Rendering.IDynamicControlGroupLogic ControlGroupLogicObject
CHARACTER CustomContext
CHARACTER IconFileName
Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource
Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource


Method Detail
Top

ActivateDataSources (character, character)

Purpose: Activates data sources of the given tab page
Notes:

Parameters:
pcPageSequences CHARACTER
The page sequences to activate data sources for
pcPageKeys CHARACTER
The page key to activate data sources for
Top

ActivateLinks (integer)

Purpose: Activates links of the given tab page
Notes:

Parameters:
piPage INTEGER
The page number to activate links for
Top

ActivateNavigationLink (integer)

Purpose: Activates Navigation links of the given tab page
Notes:

Parameters:
piPage INTEGER
The page number to activate links for
Top

ActivateSmartTableIOTarget (ISmartTableIOTarget)

Purpose: Activate the given SmartTableIOTarget if it is registered as a
SmartTableIOSource.
Notes: This Method has to be called if one Toolbar handles two or more
SmartDataSources at a time.
Enforced by the Interface ISmartTableIOSource.

Parameters:
poSmartTableIOTarget Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget
The ISmartTableIOTarget to activate
Top

ActivateTableIoLink (integer)

Purpose: Activates TableIO links of the given tab page
Notes:

Parameters:
piPage INTEGER
The page number to activate links for
Top

AddDataSourceToTab (character, UltraTab, character)

Purpose: Adds a data source to a tab
Notes:

Parameters:
pcDataSource CHARACTER
The name of the data source
poTabControl Infragistics.Win.UltraWinTabControl.UltraTab
The tab control
pcPattern CHARACTER
The pattern to use
Top

DeregisterSmartTableIOTarget (ISmartTableIOTarget)

Purpose: Deregisters a SmartTableIOTarget with the SmartTableIOSource.
Notes:

Parameters:
poSmartTableIOTarget Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget
The ISmartTableIOTarget to deregister
Top

FormClosedHandler (Object, FormClosedEventArgs)

Purpose: Event handler for the Form's FormClosed event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.FormClosedEventArgs
The FormClosedEventArgs with the data for this event
Top

GetActiveTabPages (character, character)

Purpose: Returns the active tab pages
Notes:

Parameters:
pcActiveTabKeys CHARACTER
The keys of the active tabs
pcActiveTabIndexes CHARACTER
The indexes of the active tabs
Top

System.ComponentModel.Component GetInstance (character)

Purpose: Returns the reference to the instance with the provided name
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns System.ComponentModel.Component
The reference to the Component
Top

Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartBusinessEntityAdapter
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
The reference to the Component
Top

Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartDataBrowser
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the Component
Top

Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetSmartDatasetAdapterInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartDatasetAdapter
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
The reference to the Component
Top

Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartToolbarController
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Consultingwerk.SmartComponents.Implementation.SmartToolbarController
The reference to the Component
Top

Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartViewerControl
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Consultingwerk.SmartComponents.Base.SmartViewerControl
The reference to the Component
Top

Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character)

Purpose: Returns the reference to the instance with the provided name as a UltraTabControl
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Infragistics.Win.UltraWinTabControl.UltraTabControl
The reference to the Component
Top

Initialize ()

Purpose: Initializes the DynamicControlGroup
Notes:

Top

InitializeControlGroupLogicObject ()

Purpose: Initializes the Control Group Logic Object
Notes: The DynamicControlGroup will initialize the IDynamicControlGroupLogicClass during
first time OnVisibleChanged. The DynamicControlGroup Logic Object will also not get
initialized when the FormLogicObject instance is already set

Top

InitializeTabFolderEvents (UltraTabControl)

Purpose: Initializes the Tab Folder event handler
Notes:

Parameters:
poTabControl Infragistics.Win.UltraWinTabControl.UltraTabControl
The reference to the UltraTabControl instance
Top

LOGICAL IsTabFolder (Object)

Purpose: Returns if the provided object is a tab folder
Notes:

Parameters:
poObject Progress.Lang.Object
The object reference to verify
Returns LOGICAL
Logical value indicating if the object is a tab folder
Top

OnPageInitializing (PageInitializingEventArgs)

Purpose: Raises the PageInitializing event
Notes:

Parameters:
e Consultingwerk.Windows.Framework.Repository.Rendering.Form.PageInitializingEventArgs
The PageInitializingEventArgs with the data for the event
Top

OnPrimaryDataSourceChanged (EventArgs)

Purpose: Raises the PrimaryDataSourceChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

OnPrimaryDataTargetChanged (EventArgs)

Purpose: Raises the PrimaryDataTargetChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

OnSmartDataSourceChanged (EventArgs)

Purpose: Publishes the SmartDataSourceChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnSmartTableIOSourceChanged (EventArgs)

Purpose: Publishes the SmartGroupAssignSourceChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnVisibleChanged (EventArgs)

Purpose: Raises the VisibleChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PageVisibleChangedHandler (Object, EventArgs)

Purpose: Event handler for the VisibleChanged event of the parent UltraTabPageControl
Notes:

Parameters:
sender System.Object
The object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ReceiveInstances (table)

Purpose: Receives a copy of the temp-table with the rendered instances
Notes:

Parameters:
ttInstances TEMP-TABLE ttInstances
The temp-table with the temp-tables (BY-REFERENCE)
Top

RegisterDataSourceForPageActivation (SmartDataAdapter, character)

Purpose: Registers Data-Sources for activation on a tab page
Notes:

Parameters:
poDataAdapter Consultingwerk.SmartComponents.Base.SmartDataAdapter
The SmartDataAdapter to register
pcPagesList CHARACTER
The comma delimited list of pages
Top

RegisterDataSourceForRetrieveDataOnShown (SmartDataAdapter)

Purpose: Registers a DataSource for RetrieveData on Shown
Notes:

Parameters:
poAdapter Consultingwerk.SmartComponents.Base.SmartDataAdapter
The SmartDataSource to register
Top

RegisterPage (character, integer, character, character)

Purpose: Registers a page with the DynamicForm
Notes:

Parameters:
pcPageGuid CHARACTER
The GUID of the Page
piPageSequence INTEGER
The Page Sequence
pcPageLabel CHARACTER
The Page Label
pcPageKey CHARACTER
The Page Key
Top

RegisterSmartTableIOTarget (ISmartTableIOTarget)

Purpose: Registers a SmartTableIOTarget with the SmartTableIOSource.
Notes: This Method is invoked by the SmartDataAdapter in the setter of
the Property SmartTableIOSource.
Enforced by the Interface ISmartTableIOSource.

Parameters:
poSmartTableIOTarget Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget
The ISmartTableIOTarget to register
Top

RegisterTabFolder (UltraTabControl, character, character)

Purpose: Registers a TabFolder with the DynamicForm
Notes:

Parameters:
poTabFolder Infragistics.Win.UltraWinTabControl.UltraTabControl
The reference to the TabFolder
pcTabFolderName CHARACTER
The name of the TabFolder
pcTabGroup CHARACTER
The name of the TabGroup
Top

SelectedPageChangedHandler (Object, TabEventArgs)

Purpose: Event handler for the SelectedPageChangedHandler event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinTabControl.TabEventArgs
The TabEventArgs with the data for this event
Top

SelectedPageChangingHandler (Object, SelectedTabChangingEventArgs)

Purpose: Event handler for the SelectedPageChangingHandler event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinTabControl.SelectedTabChangingEventArgs
The SelectedTabChangingEventArgs with the data for this event


Event Detail
Top

PageInitializing (Object, PageInitializingEventArgs)

Purpose: Raised when a page is initialized, i.e. before it's shown for the
first time
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the PageInitializing event
e Consultingwerk.Windows.Framework.Repository.Rendering.Form.PageInitializingEventArgs
The PageInitializingEventArgs with the data for the event
Top

PrimaryDataSourceChanged DELEGATE System.EventHandler

Purpose: Raised when the PrimaryDataSource property changes
Notes:

Delegate: System.EventHandler
Top

PrimaryDataTargetChanged DELEGATE System.EventHandler

Purpose: Raised when the PrimaryDataTarget property changes
Notes:

Delegate: System.EventHandler
Top

SmartDataSourceChanged DELEGATE System.EventHandler

Purpose: Event fired when the SmartDataSource Property is changed
Notes:

Delegate: System.EventHandler
Top

SmartTableIOSourceChanged DELEGATE System.EventHandler

Purpose: Event fired when the SmartTableIOSource Property is changed
Notes:

Delegate: System.EventHandler


Property Detail
Top

LOGICAL AutomaticNavigationLinks


Returns LOGICAL
Top

LOGICAL AutomaticTableIoLinks


Returns LOGICAL
Top

CHARACTER ControlGroupLogicClass


Returns CHARACTER
Top

Consultingwerk.Windows.Framework.Repository.Rendering.IDynamicControlGroupLogic ControlGroupLogicObject


Returns Consultingwerk.Windows.Framework.Repository.Rendering.IDynamicControlGroupLogic
Top

CHARACTER CustomContext


Returns CHARACTER
Top

CHARACTER IconFileName


Returns CHARACTER
Top

Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource


Returns Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource
Top

Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget


Returns Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource


Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
Top

Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource


Returns Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource


Temp-Table Detail

Temp-Table ttInstances

Defined in:


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