function FindByName(const AName: string): TScGeneralName;
Description
Call FindByName to determine if a specified name is referenced in the GeneralNames list. AName is the name of the object for which to search. If FindByName finds an item with a matching name, it returns the TScGeneralName object for the specified item. Otherwise it returns nil.
See also