TRVStyleTemplateCollection.Items

<< Click to display table of contents >>

TRVStyleTemplateCollection.Items

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]