Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6j

Application v 6.5c

  

 

Chapter ElevenSGML Functions (continued)

HTMLElementGetSGMLObject Function

Overview

The HTMLElementGetSGMLObject function returns a copy of the handle to the associated SGML Object.

Syntax/Parameters

Syntax

handle = HTMLElementGetSGMLObject ( handle hHE );

Parameters

hHE

A handle specifying the HTML Element Object.

Return Value

A handle value or NULL_HANDLE (0) on error. Use the GetLastError function to retrieve a formatted error code.

Remarks

This function will return the associated SGML Object as defined when running the HTMLElementCreateObject function or the default SGML Object if one was not specified.

The SGML Object is relied upon to load and save data from the HTML Element Object.

It is not necessary to closing this handle, closing the handle will not destroy the associated SGML Object.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2026-07-20