Namespace: Consultingwerk.Studio.ProcedureEditor
Class 
ProcedureEditorControl Copy to Clipboard
Parent classes:
Inherits: Progress.Windows.UserControl

File:ProcedureEditorControl
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Apr 15 05:36:31 CEST 2021
/* Procedure Window constants and defaults.



Top Method Summary
Options Name Purpose
FormClosedHandler (Object, FormClosedEventArgs) Event handler for the Form's FormClosed event
FormClosingHandler (Object, FormClosingEventArgs) Event handler for the Form's FormClosing evnet
InitializeComponent () Initializes the Visual Design
InitializeProcedureEditor () Initializes the embedded Procedure Editor
OnLoad (EventArgs) Raises the Load event
LOGICAL OpenFile (character) Opens the given file in the editor
SetEditorText (character)

Top Constructor Summary
Options Name Purpose
ProcedureEditorControl () Constructor for the ProcedureEditorControl class

Top Property Summary
Options Name Purpose
CHARACTER EditorText
LOGICAL ReadOnly


Method Detail
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

FormClosingHandler (Object, FormClosingEventArgs)

Purpose: Event handler for the Form's FormClosing evnet
Notes:

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

InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

InitializeProcedureEditor ()

Purpose: Initializes the embedded Procedure Editor
Notes:

Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

LOGICAL OpenFile (character)

Purpose: Opens the given file in the editor
Notes:

Parameters:
pcFileName CHARACTER
The name of the file to open
Returns LOGICAL
Logical value indicating if the file could be opened
Top

SetEditorText (character)

Purpose:
Notes:

Parameters:
pcText CHARACTER
The text to assign to the editor


Constructor Detail
Top

ProcedureEditorControl ()

Purpose: Constructor for the ProcedureEditorControl class
Notes:



Property Detail
Top

CHARACTER EditorText


Returns CHARACTER
Top

LOGICAL ReadOnly


Returns LOGICAL


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