Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
Array Declaratie
BREAK
Choose
CONTINUE
DEC
DO
END WITH
Exist
FOR
FOR EACH
GOTO
INC
LOOP
NEXT
OPEN
QUIT
REPEAT
RETURN
STATIC
STOP
TRUE
UNTIL
WEND
WHILE
WITH
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
TypeOf
Type
= TypeOf (
Expression
)
Return the type of an expression as an integer value.
The return value is one of the following constant:
Expression type
Return value
NULL
gb.Null
Boolean
gb.Boolean
Byte
gb.Byte
Short
gb.Short
Integer
gb.Integer
Long
gb.Long
Single
gb.Single
Float
gb.Float
Date
gb.Date
String
gb.String
Variant
gb.Variant
Object
gb.Object
Pointer
gb.Pointer
Function
gb.Function
Class
gb.Class
See also
SizeOf
Datatype Functions
Predefined Constants