Siebel VB Language Reference > Language Overview > Object Handling >

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
 Published: 18 June 2003