[Overview][Constants][Types][Classes][Variables][Index] |
Information about the concerned feed item.
Source position: libr3r.pas line 18
type TFeedItem = FeedItem.TFeedItem; |
This is the same as FeedItem.TFeedItem. The only reason for it is so that this unit is all you need to include in your uses clause (the less back-end stuff in the front end, the better). Only use with the OnItemParsed event. In this context, you won't get access violations. <rant>If only units had the exportation of imported symbols, like Extended Pascal modules do, this wouldn't be needed at all.</rant>