Top Method Summary
Options Name Purpose
Consultingwerk.Framework.Enum.DialogResultEnum AskQuestion (character, character, character) Ask a question
ShowWarningMessage (character, character) Shows a warning message
Shutdown () Method called when the Business Entity Designer will get closed
Startup (dataset, IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager) Method called when the Business Entity Designer is starting and has loaded the plugin.


Method Detail
Top

Consultingwerk.Framework.Enum.DialogResultEnum AskQuestion (character, character, character)

Purpose: Ask a question
Notes: Uses the message dialog API in a simplified way

Parameters:
pcMessage CHARACTER
The question text to display
pcMessageTitle CHARACTER
The Title of the message/question dialog
pcMessageDetail CHARACTER
The Details of the message/question that can be expanded by the user if needed
Returns Consultingwerk.Framework.Enum.DialogResultEnum
The DialogResultEnum matching the response of the user
Top

ShowWarningMessage (character, character)

Purpose: Shows a warning message
Notes:

Parameters:
pcMessageText CHARACTER
The warning text
pcMessageTitle CHARACTER
The warning title
Top

Shutdown ()

Purpose: Method called when the Business Entity Designer will get closed
Notes:

Top

Startup (dataset, IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)

Purpose: Method called when the Business Entity Designer is starting and
has loaded the plugin.
Notes: Passes references to some key components of the Designer to
the plugin, use this to initialize the plugin, subscribe to events

Parameters:
dsBusinessEntity DATASET dsBusinessEntity
Business Entity with the Design dataset, called with the BIND keyword
poController Consultingwerk.BusinessEntityDesigner.Common.IBusinessEntityDatasetController
The BusinessEntityDatasetController
poPluginManager Consultingwerk.BusinessEntityDesigner.Common.IBusinessEntityDesignerPluginManager
The reference to the Plugin Manager


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