Searches for a TUniMacro object by its name.
function FindMacro(const Name: string): TUniMacro;
Call the FindMacro method to find a macro with the name passed in Name. If a match is found, FindMacro returns the macro. Otherwise, it returns nil. Use this method rather than a direct reference to the Items property to avoid depending on the order of the entries.