<< Click to display table of contents >> TRVReportCustomValueVisualizerCollection.AssignWithId |
Searches for the item with the specified value of Id property.
function FindById(Id: TRVValueVisualizerId): Integer;
function FindItemById(Id: TRVValueVisualizerId):
TRVReportCustomValueVisualizerBase;
FindById returns the index of the item, or -1 if not found.
FindItemById returns the item, or nil if not found.