GLG Toolkit, JavaScript Library  Version 4.6

Detailed Description

Constants

static GlgObject IH_CURR
 ID of the current installable interface handler. More...
 
static GlgObject IH_GLOBAL
 ID of the global data cache of the installable interface handlers. More...
 
static GlgObject IH_NEW
 ID of the last installed installable interface handler. More...
 

Variable Documentation

◆ IH_CURR

GlgObject IH_CURR
static

ID of the current installable interface handler.

It may be used when no handler ID supplied by the handler's ih parameter is available.

◆ IH_GLOBAL

GlgObject IH_GLOBAL
static

ID of the global data cache of the installable interface handlers.

This ID can be used to access global data instead of the data of a specific interface handler.

◆ IH_NEW

GlgObject IH_NEW
static

ID of the last installed installable interface handler.

It can be used to specify the handler after it was created using IHInstall and before it is started with IHStart.