TApplicationTitle (C++)
Description
This code displays the name of your project in an edit box.
Code
void __fastcall TForm1::Button1Click(TObject *Sender)
{
Edit1->Text = Application->Title;
}
Uses
- Vcl.Forms.Application ( fr | de | ja )
- Vcl.Forms.TApplication.Title ( fr | de | ja )