| << Click to display table of contents >> TRVStyleTemplateCollection.FindByName, FindItemByName | 
Searches for the item having the specified name Name
function FindByName(const Name: TRVStyleTemplateName): Integer;
function FindItemByName(const Name: TRVStyleTemplateName):
TRVStyleTemplate;
FindByName returns the index of the found item in Items, or -1 if not found.
FindItemByName returns the the found item, or nil if not found.
See also: