TIBCO Adapter SDK C++ Reference
MApp::getComponentByName
MApp
Return a pointer to an MComponent if given the name of that component.
Remarks
Applications can only call this method after the MApp::start() method has been called.
Parameters
Parameters Description
const MString& rsName Component name.
Declaration
virtual MComponent* getComponentByName(const MString& rsName) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.