Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SeventeenApplication Integration Functions (continued)

FindEditWindowByAlias Function

Overview

The FindEditWindowByAlias function looks for an Edit Window by an alias name.

Syntax/Parameters

Syntax

int = FindEditWindowByAlias ( string name );

Parameters

name

A string specifying an alias name to find. The value is case-insensitive.

Return Value

Returns an int value as the edit window index or a formatted error code on failure.

Remarks

Edit windows can have an alias name, as specified in the associated Mapped Text Object. Alias names are usually as associated URL.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE