[Overview][Constants][Types][Classes][Variables][Index] Reference for unit 'LibR3R' (#LibR3R)

TFeedItem

Information about the concerned feed item.

Declaration

Source position: libr3r.pas line 18

type TFeedItem = FeedItem.TFeedItem;

Description

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>