Top Method Summary
Options Name Purpose
ClearStatus () Clears the generic status display (i.e. main window status bar)
ClearStatus (character) Clears the status display for the given scope (i.e. a specific application window referenced by a GUID)
DisplayStatus (character) Sets the generic status (i.e. main window status bar)
DisplayStatus (character, character) Sets the status for the given scope (i.e. a specific application window referenced by a GUID)
OnGenericStatusChanged (character) Raises the GenericStatusChanged event
OnScopedStatusChanged (character, character) Raises the ScopedStatusChanged event

Top Event Summary
Options Name Purpose
GenericStatusChanded (IStatusManager, character) Event raised when the generic status has changed
ScopedStatusChanded (IStatusManager, character, character) Event raised when a scoped status has updated


Method Detail
Top

ClearStatus ()

Purpose: Clears the generic status display (i.e. main window status bar)
Notes:

Top

ClearStatus (character)

Purpose: Clears the status display for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcScope CHARACTER
The name of the scope
Top

DisplayStatus (character)

Purpose: Sets the generic status (i.e. main window status bar)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
Top

DisplayStatus (character, character)

Purpose: Sets the status for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope
Top

OnGenericStatusChanged (character)

Purpose: Raises the GenericStatusChanged event
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
Top

OnScopedStatusChanged (character, character)

Purpose: Raises the ScopedStatusChanged event
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


Event Detail
Top

GenericStatusChanded (IStatusManager, character)

Purpose: Event raised when the generic status has changed
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
Top

ScopedStatusChanded (IStatusManager, character, character)

Purpose: Event raised when a scoped status has updated
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:33