Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SeventeenApplication Integration Functions (continued)

GetActiveEditObject Function

Overview

The GetActiveEditObject function returns a handle for an Edit Object to the active edit window (view).

Syntax/Parameters

Syntax

handle = GetActiveEditObject ( );

Parameters

(none)

 

Return Value

Returns a handle to an Edit Object or NULL_HANDLE on failure. Use the GetLastError function to retrieve error information.

Remarks

Not all edit windows/views support Edit Objects and some that support edit objects may only partially support edit functions. For example, text operations cannot be performed on Image View.

Related Functions

Platform Support

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

Legato IDE