Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

GetEditObjectFilename Function

Overview

The GetEditObjectFilename function retrieves the fully qualified filename of the associated window.

Syntax/Parameters

Syntax

string = GetEditObjectFilename ( handle hObject );

Parameters

hObject

A handle to an Edit Object or an Edit View.

Return Value

Returns a string containing the name of the window/edit object or an empty string on failure. An untitled window will have an empty filename. Use the GetLastError function to retrieve error information.

Remarks

The GetEditObjectFilename function returns the filename associated with an edit window.

If the returned string is empty and the GetLastError function returns ERROR_NONE, the edit window is untitled.

Related Functions

Platform Support

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

Legato IDE, Legato Basic