Danke - ABER
Parent := (FindComponent('gb_' + IntToStr(tab.FieldAsInteger(tab.FieldIndex['pid']))) as TGroupBox);
Wäre das dann doch die Label Wird nicht angezeigt (sehe ich nicht)
Delphi-Quellcode:
Caption := 'Nachname:';
Top := 25;
Left := 25;
Parent := (FindComponent('gb_' + IntToStr(tab.FieldAsInteger(tab.FieldIndex['pid']))) as TGroupBox);
AutoSize := True;
Height := 13;