Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

InfoViewGetLogObject Function

Overview

The InfoViewGetLogObject function exports the log content of a tab into a Log Object. The tab is not altered.

Syntax/Parameters

Syntax

handle = InfoViewGetLogObject ( handle hwTab );

Parameters

hwTab

An optional window handle to a tab.

Return Value

A handle to a Log Object or NULL_HANDLE (0) on error. Use the GetLastError function to retrieve a formatted error code. The handle must be closed when the script no longer needs the log by using the CloseHandle function.

Remarks

A tab handle can be retrieved from menu functions as the “InfoViewTab” parameter returned via the GetMenuFunctionResponse.

Related Functions:

Platform Support

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

Legato IDE