GLG Toolkit, JavaScript Library  Version 4.3
GlgInteger Class Reference

Detailed Description

An object that contains an integer value. New GlgInteger instances can be created using the CreateGlgInteger method.

Static Public Member Functions

static GlgInteger CreateGlgInteger (int value)
 

Member Function Documentation

◆ CreateGlgInteger()

static GlgInteger CreateGlgInteger ( int  value)
static

Constructor. Creates an instance of GlgInteger containing the specified value. The static method is invoked on the GLG Toolkit handle obtaned via a "new GlgToolkit()" call at the application start-up.

Parameters
valueThe value to assign to the GlgInteger instance.
Returns
A new instance of GlgInteger.