Provides indexed access to items in the collection of style templates.
property Items[Index:Integer]: TRVStyleTemplate;
This is default property of TRVStyleTemplateCollection, so you can write
MyRVStyle.StyleTemplates[i]
instead of
MyRVStyle.StyleTemplates.Items[i]