TRVReportChartCatalogCollection.FindItem, FindItemByName

<< Click to display table of contents >>

TRVReportChartCatalogCollection.FindItem, FindItemByName

These methods search for collection items by the specified name.

function FindByName(
  const AName: TRVUnicodeString): Integer;
function FindItemByName(
  const AName: TRVUnicodeString):
  TRVReportCustomChartCatalogItem;

FindByName returns the index of the found item (or -1 if not found).

FindItemByName returns the the found item (or nil if not found).