ItemCategory Property
This property contains the location of the current item within a hierarchy.
Syntax
__property String ItemCategory[int ItemIndex] = {read=FItemCategory, write=FSetItemCategory};
Default Value
""
Remarks
This property contains the location of the current item within a hierarchy. The value of this property is a forward-slash-separated string that identifies a hierarchic location in a particular hierarchy. The conventions used to interpret an RSS item's category depend upon the processor.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
String