Indicates whether a specified Attribute component is referenced in the TAttributes object.
function FindAttribute(const Name: string): TAttribute; virtual;
Call FindAttribute to determine if a specified Attribute component is referenced in the TAttributes object. Name is the name of the Attribute for which to search. If FindAttribute finds an Attribute with a matching name, it returns the TAttribute. Otherwise it returns nil.