TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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
MApp
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference