[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'FeedItem' (#LibR3R)

TFeedItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: feeditem.pas line 22

type TFeedItem = class

public

  Title: ;

  Link: ;

  Description: ;

  Subject: ;

  Created: ;

  Contact: TAuthor;

  Generator: ;

  LastModified: ;

  Language: ;

  Id: ;

  Copyright: ;

  Uri: ;

  Myself: ;

  Enclosure: TEnclosure;

  Finished: Boolean;

  constructor Create;

  destructor Destroy; override;

  function DescriptionText;

  function TitleText;

  procedure Translate;

  procedure Clear;

end;

Inheritance

TFeedItem

|

TObject