Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

Objects in VB


The following commands and statements are for object control.

Command or Statement
Purpose
For More Information

Clipboard

Accesses the Windows Clipboard

Clipboard Methods

CreateObject

Creates a COM automation object

CreateObject Function

GetObject

Retrieves a COM object from a file or gets the active COM object for a COM class

GetObject Function

Is

Determines whether two object variables refer to the same object

Is Operator

Me

Gets the current object

Me Object

New

Allocates and initializes a new COM object

New Operator

Nothing

Sets an object variable to not refer to an object

Nothing Function

Object

Declares a COM automation object

Object Class

Typeof

Checks the class of an object

Typeof Function

With

Executes statements on an object or a user-defined type

With Statement

Siebel VB Language Reference Copyright © 2006, Oracle. All rights reserved.