Retrieves a referent to an object within the container. The contents of the object can be read or altered.
CaContainer
LPCTSTR strKey - the key value of the CaDataArray to locate
HINT32 iIndex- the location within the CaDataArray where the CaData object resides
CPtHData & - a referent to the located object
iIndex defaults to zero.
A lower-level exception occurs if the key is not found or if the index is out of range.
Example
CaContainer bag; CaString = (LPCTSTR)bag.Props(“MyKey”, 2);
More information:
| Copyright © 2013 CA. All rights reserved. |
|