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