GLG Toolkit, JavaScript Library  Version 4.6

These methods may be used to query the Name, Type and DataType resources of an object. More...

Detailed Description

These methods may be used to query the Name, Type and DataType resources of an object.

They provide a faster and more convenient way to query these resources than using the GetDResource and GetSResource methods.

Functions

GlgDataType GetDataType ()
 Returns The data object's data type. More...
 
String GetObjectName ()
 Returns the object's name. More...
 
GlgObjectType GetObjectType ()
 Returns the object's type. More...
 

Function Documentation

◆ GetDataType()

GlgDataType GetDataType ( )

Returns The data object's data type.

Returns
The object's data type.

◆ GetObjectName()

String GetObjectName ( )

Returns the object's name.

Returns
The object's name or null if the object is unnamed.

◆ GetObjectType()

GlgObjectType GetObjectType ( )

Returns the object's type.

Returns
The object's type.