Top Method Summary
Options Name Purpose
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.UltraWinStatusBar.UltraStatusBar GetUltraStatusBarInstance (character) Returns the reference to the instance with the provided name as a UltraStatusBar
Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character) Returns the reference to the instance with the provided name as a UltraTabControl
Initialize () Initializes the SmartFormLogic instance
CHARACTER LoadSettings (character) Loads stored window settings from the registry
RaiseGenericEvent (EventArgs) Raises the Generic Event
Shutdown () Shuts down the SmartFormLogic instance
StoreSettings (character, character) Stores window settings to the registry
A SubscribeEvents () Subscribes the events for an attached form instance
A UnsubscribeEvents () Unsubscribes the events for an attached form instance

Top Property Summary
Options Name Purpose
Consultingwerk.SmartComponents.Base.SmartWindowForm Owner


Method Detail
Top

System.ComponentModel.Component GetInstance (character)

Purpose: Returns the reference to the instance with the provided name
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartDataBrowser
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetSmartDatasetAdapterInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartDatasetAdapter
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartToolbarController
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character)

Purpose: Returns the reference to the instance with the provided name as a SmartViewerControl
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Infragistics.Win.UltraWinStatusBar.UltraStatusBar GetUltraStatusBarInstance (character)

Purpose: Returns the reference to the instance with the provided name as a UltraStatusBar
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns Infragistics.Win.UltraWinStatusBar.UltraStatusBar
The reference to the UltraStatusBar
Top

Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character)

Purpose: Returns the reference to the instance with the provided name as a UltraTabControl
Notes: Calls through to the owning Form (a SmartWindowForm or
DynamicForm instance)

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

Initialize ()

Purpose: Initializes the SmartFormLogic instance
Notes:

Top

CHARACTER LoadSettings (character)

Purpose: Loads stored window settings from the registry
Notes:

Parameters:
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Returns CHARACTER
The string containing the stored window settings
Top

RaiseGenericEvent (EventArgs)

Purpose: Raises the Generic Event
Notes: Supports raising events from the Form Logic Class - it's recommended
to use a derived event arg to distinguish events

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs
Top

Shutdown ()

Purpose: Shuts down the SmartFormLogic instance
Notes:

Top

StoreSettings (character, character)

Purpose: Stores window settings to the registry
Notes:

Parameters:
pcSettings CHARACTER
The string containing the window settings to be stored
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Top

SubscribeEvents ()

Purpose: Subscribes the events for an attached form instance
Notes: This method needs to be implemented by the Form Logic class and
is supposed to subscribe to control events

Top

UnsubscribeEvents ()

Purpose: Unsubscribes the events for an attached form instance
Notes: This method needs to be implemented by the Form Logic class and
is supposed to unsubscribe from control events



Property Detail
Top

Consultingwerk.SmartComponents.Base.SmartWindowForm Owner


Returns Consultingwerk.SmartComponents.Base.SmartWindowForm


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:04:20