2.0
3.0
>
lang
>
isobject
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
IsObject
Result
= IsObject (
Expression
)
AS Booelan
Returns
TRUE
if
Expression
is an
objekt
or a null reference.
Example
DIM hRef AS NEW Collection
DIM saX AS String[]
PRINT IsObject(hRef), IsObject(TextBox1), IsObject(NULL), IsObjext(saX)
True True True True
DIM sX AS String
PRINT IsObject(Pi), IsObject(sX)
False False
See also
Datatype Functions
,
objekt