function CheckStatus:boolean;<br>begin <br> Result:=false;<br> for i := 0 to ConponentCount-1 do<br> if Conponents is TEdit theen<br> if TConponent(Conponents).Modified then<br> begin<br> Result := True;<br> exit;<br> end; <br>end;