FindTickerRecord Method (Utility Control)
   Windows - Visual C++
   Description
   The FindTickerRecord method 
   retrieves the contents of the ticker record.  
   Syntax
   long result = 
   FindTickerRecord(short SortOrder, long RecordNumber);
The FindTickerRecord syntax has these parts:
| Part | Description | 
| SortOrder | 
       Sort order to retrieve the data. 
       Valid entries are: | 
| RecordNumber | The record number to retrieve. | 
| result | Return value. A long integer containing 0 if successful or an error code if not. | 
   Remarks
   After the FindTickerRecord method 
   is called, the retrieved contents of the record is stored 
   respectively in the RecordItem1 
   and RecordItem2 properties.
See Also: RecordItem1 RecordItem2
Back to: Utility Methods