RecordItem2 Property (Utility Control)
Windows - Visual C++
Description
The RecordItem2 property retrieves
the second data item in the subjects or tickers record.
Syntax
CString name = GetRecordItem2();
The RecordItem2 property syntax has these parts:
Part |
Description |
name |
Return value. A BSTR containing the second data item from the previous "find" method (either FindSubjectRecord or FindTickerRecord). |
Remarks
If your previous "find" method was: |
Then, RecordItem2 retrieves: |
See Also: FindSubjectRecord FindTickerRecord RecordItem1
Back to: Utility Properties