Siebel VB Language Reference > Siebel VB Language Overview > Object Handling in VB >

Using Methods and Properties to Act on Objects


To access an object, property or method, use this syntax:

appvariable.object.property
appvariable.object.method

For example, me.GetPickListBusComp("Sales Stage") is a value returned by the GetPickListBusComp method of the BusComp object for the Siebel application, which is assigned to the object variable oBC.

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