<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data types and variables > iDispatch variables > IsComNothing |
Description
Determine if the iDispatch variable is nothing, that means it is not associated with valid object.
Syntax
n = IsComNothing(iDispatchVariable)
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
iDispatchVariable |
iDispatch |
No |
A iDispatch Variable |
Remarks
Restrictions
See also
iDispatch, NewCom, GetCom, AnyCom, Nothing, IsComObject, IsComNothing.
Examples