EntryTitleTextType Property
This property contains the text type of the title of the feed.
Syntax
property EntryTitleTextType[EntryIndex: Integer]: TipwatomEntryTitleTextTypes;
TipwatomEntryTitleTextTypes = ( ttText, ttHTML, ttXHTML );
Default Value
ttText
Remarks
This property contains the text type of the title of the feed. Atom textual content can either be html, xhtml or text.
The size of the array is controlled by the EntryCount property.
This property is not available at design time.
Data Type
Integer