TRVStyleTemplateCollection.FindById, FindItemById

<< Click to display table of contents >>

TRVStyleTemplateCollection.FindById, FindItemById

Searches for the item having the specified identifier Id.

function FindById(Id: TRVStyleTemplateId): Integer;

function FindItemById(Id: TRVStyleTemplateId): TRVStyleTemplate;

FindById returns the index of the found item in Items, or -1 if not found.

FindItemById returns the the found item, or nil if not found.

See also:

FindByName, FindItemByName