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

PROTECTED 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

PROTECTED 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

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PROTECTED InitializeProcedureEditor ()

Purpose: Initializes the embedded Procedure Editor
Notes:

Top

PROTECTED OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

PUBLIC 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

PROTECTED SetEditorText (character)

Purpose:
Notes:

Parameters:
pcText CHARACTER
The text to assign to the editor


Constructor Detail
Top

PUBLIC ProcedureEditorControl ()

Purpose: Constructor for the ProcedureEditorControl class
Notes:



Property Detail
Top

PUBLIC CHARACTER EditorText


Returns CHARACTER
Top

PUBLIC LOGICAL ReadOnly


Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:43