[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: feeditem.pas line 22
type TFeedItem = class |
public |
Title: ; |
Link: ; |
Description: ; |
Subject: ; |
Created: ; |
Generator: ; |
LastModified: ; |
Language: ; |
Id: ; |
Copyright: ; |
Uri: ; |
Myself: ; |
Finished: Boolean; |
constructor Create; |
destructor Destroy; override; |
function DescriptionText; |
function TitleText; |
procedure Translate; |
procedure Clear; |
end; |
| |
TObject |