ObjectStart Method (IMObject)
source object
Initializes and starts the object.
Syntax
Sub ObjectStart( _
   ByVal _pSource As Object _
) 
void ObjectStart( 
   object _pSource
)
procedure ObjectStart( 
    _pSource: TObject
); 
void ObjectStart( 
   IUnknown* _pSource
) 

Parameters

_pSource
source object
Example
m_objRenderer.ObjectStart(m_objPlaylist);
m_objRenderer.ObjectStart(m_objPlaylist);
myObject:= m_objRenderer as IMObject;
myObject.ObjectStart(m_objPlaylist);
See Also

Reference

IMObject Interface
IMObject Members