Home > cat > type 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Datatype Functions
IsBoolean Returns if the datatype of an expression is Boolean.
IsByte Returns if the datatype of an expression is Byte.
IsDate Returns if the datatype of an expression is Date.
IsFloat Returns if the datatype of an expression is Float.
IsInteger Returns if the datatype of an expression is Integer.
IsLong Returns if the datatype of an expression is Long.
IsNull Returns if an expression is NULL.
IsNumber Returns if an expression is a number.
IsObject Returns if an expression is an Object.
IsShort Returns if the datatype of an expression is Short.
IsSingle Returns if the datatype of an expression is Single.
IsString Returns if the datatype of an expression is String.
TypeOf Returns the datatype of an expression.

See also

Conversion Functions