TApplicationTitle (Delphi)
Description
This code displays the name of your project in an edit box.
Code
procedure TForm1.Button1Click(Sender: TObject);
begin
Edit1.Text := Application.Title;
end;
Uses
- Vcl.Forms.Application ( fr | de | ja )
- Vcl.Forms.TApplication.Title ( fr | de | ja )