function FindComponent(const Value: String; Recurse:
Boolean=False): TComponent
Available In: Client and Server Applications
Use this method to find an owned component by its name. The optional Recurse parameter indicates whether the search should be recursive and include components owned by the owned components, etc.