TOC : Script API > JavaScript > JavaScript API > GeneralScript > CalculatedField > Method >

 

GetFieldType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > GeneralScript > CalculatedField > Method >

 

GetFieldType

 

 

Gets the field type.

 

 

Prototype :

 

string GetFieldType

(

       No Arguments

)

 

 

 

Reference :

 

Refer to DataFieldTypeConst.

 

 

 

Example :

 

This.SetFieldData(This.GetFieldType());

 

 

 

Available Events :

 

GetFieldData

 

 

 

See also :

 

DataFieldTypeConst