GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Seventeen — Application Integration Functions (continued)
Overview
The FindEditWindow function looks for an edit window by window handle or filename and return an edit window index.
Syntax/Parameters
Syntax
int = FindEditWindow ( handle hwTarget | string filename );
Parameters
hwTarget
An optional handle. The handle can be to an MDI client or an edit view. If hwTarget is specified, then index or filename cannot be specified. Or,
filename
An optional string specifying a filename to find. The string is not case-sensitive. If filename is specified, then hwTarget or index cannot be specified. A hwTarget or filename parameter must be provided.
Return Value
Returns an int value as the edit window index or a formatted error code on failure.
Remarks
The edit window index can be used to address the edit window using various edit window functions. The index remains valid until the window is closed. Edit window indices are not necessarily contiguous or in order of edit window creation.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.