|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CheckSyntax () |
Checks the Syntax of the current source code |
||
| CloseFromCode () |
Closes the Form after unsubscribing it's own FormClosing event handle |
||
| EmbedWindow (handle) |
Creates a new instance of the Progress.Windows.WindowContainer
instance and embeds the given window widget in that instance -
but does not parent the WindowContainer instance in the Form
(THIS-OBJECT). This is delayed till later. |
||
| FinalizeEmbedding () |
Finalize the embedding of an ABL window widget by parenting
the Progress.Windows.WindowContainer instance in the Form
(THIS-OBJECT). Sets the Form Text property and applies the
window-resized event to the window widget. |
||
| FormClosingHandler (Object, FormClosingEventArgs) |
Event Handler for the FormClosing event of the Form. When a window
is embedded, the FormClosing event will be cancelled and the
WINDOW-CLOSE event to the window will be applied. |
||
| InitializeComponent () |
|
||
| InsertText (character, integer) |
Inserts text in the Procedure Editor at the given line |
||
| MoveCursor (integer) |
Moves editor cursor to a specified line number, column 1. |
||
| RefreshButtons () |
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm |
||
| CHARACTER Save () |
Saves the Editor contents |
||
| CHARACTER SaveToTemporaryFile () |
Saves the Editor contents to a temporary file |
||
| ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) |
Event handler for the ToolClick event of the ultraToolbarsManager1 |
||
| UpdateWindowAttributes () |
Update Form properties with Properties from the WindowWidget |
| Options | Name | Purpose | |
|---|---|---|---|
| ProcedureEditorForm () |
Constructor for the ProcedureEditorForm class |
| Options | Name | Purpose | |
|---|---|---|---|
| System.Windows.Forms.Control ClientArea |
|
||
| LOGICAL IsModified |
|
||
| LOGICAL IsReadOnly |
|
||
| INTEGER WindowContainerColOffset |
|
||
| INTEGER WindowContainerRowOffset |
|
|
Top
CheckSyntax ()
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CloseFromCode ()
|
||||||||||||||||||||||||||||
EmbedWindow (handle)
|
||||||||||||||||||||||||||||
FinalizeEmbedding ()
|
||||||||||||||||||||||||||||
FormClosingHandler (Object, FormClosingEventArgs)
|
||||||||||||||||||||||||||||
InitializeComponent ()
|
||||||||||||||||||||||||||||
InsertText (character, integer)
|
||||||||||||||||||||||||||||
MoveCursor (integer)
|
||||||||||||||||||||||||||||
RefreshButtons ()
|
||||||||||||||||||||||||||||
CHARACTER Save ()
|
||||||||||||||||||||||||||||
CHARACTER SaveToTemporaryFile ()
|
||||||||||||||||||||||||||||
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
||||||||||||||||||||||||||||
UpdateWindowAttributes ()
|
||||||||||||||||||||||||||||
ProcedureEditorForm ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
System.Windows.Forms.Control ClientArea
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL IsModified
|
|||||||||
LOGICAL IsReadOnly
|
|||||||||
INTEGER WindowContainerColOffset
|
|||||||||
INTEGER WindowContainerRowOffset
|
|||||||||