GLG Toolkit, JavaScript Library
Version 4.3
|
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) |
|
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.
value | The value to assign to the GlgInteger instance. |