procedure TForm1.Button1Click(Sender: TObject); begin LabeledEdit1.EditLabel.Caption:=DateTimeToStr(Now); end;