Object Querying Quick Reference
The following table lists methods that you can use to query an object.
Statement | Purpose | Reference |
---|---|---|
If Typeof |
Determines if an object is of a given class. |
|
IsDate |
Determines if an expression evaluates to a date that Oracle’s Siebel VB allows. |
|
IsEmpty |
Determines if a variant has been set. |
|
IsMissing |
Determines if an optional argument for a procedure is missing. |
|
IsNull |
Determines if a variant contains a NULL value. |
|
IsNumeric |
Determines if a value is a valid number. |