Zitat:
Indicates whether a given component is owned by the component.
function FindComponent(const AName: string): TComponent;
Description
FindComponent returns the component in the Components property array with the name that matches the string in the AName parameter. Use FindComponent to determine whether a given component is owned by another.
Und deine Tabelle muss ein Component sein oder ?