Finds the first child of the Parent component that is of the specified class
Namespace: HelperFunctions
Delphi |
function FindComponentClass( Parent: TComponent; AClass: TComponentClass ): TComponent; |
Parameters
Parent
Type: TComponent
AClass
Type: TComponentClass
Type: TComponent
Reference |