Scan a tag list for a specific tag.
Source position: utility.pas line 252
| function FindTagItem( | 
| TagValue: LongWord; | 
| const TagList: PTagItem | 
| ):PTagItem; | 
| TagValue | 
 | A tag value to search for | 
| TagList | 
 | A tag item list to search (may be nil) | 
A pointer to the item with ti_Tag matching 'tagValue' or nil if no match was found.
Scans a tag list and returns a pointer to the first item with ti_Tag matching the 'tagValue' parameter.
| 
 | Obtain the data corresponding to a tag. | |
| 
 | Builds a "flag" word from a tag list | |
| 
 | Iterate through a tag list. |