Scan a tag list for a specific tag.
Source position: utility.pas line 355
function FindTagItem( |
TagVal: LongWord; |
const TagList: pTagItem |
):pTagItem; |
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. |