Okay, if I understand your case correctly: 1. Using the standard demo as an example -> \FMSoft\Framework\uniGUI\Demos\Desktop\Grid - RowWidget 2. DetailFrm -> We will change the value of UniEdit1. 3. MainForm -> Uses ..., System.StrUtils; Usage: procedure TMainForm.UniButton1Click(Sender: TObject); var I: Integer; begin for I := 0 to UniDBGrid1.Owner.ComponentCount-1 do if UniDBGrid1.Owner.Components[I] is TUniContainerPanel then if StartsStr