Bouton "quitter application" sur builder ?

Résolu
alphonse -  
 alphonse -
Bonjour,

Comment programme-ton ce bouton en C++ ?

Merci.

1 réponse

  1. alphonse
     
    C'est bon j'ai trouver :

    void __fastcall TForm1::BitBtn10Click(TObject *Sender)
    {
    Form1-> Close();
    }
    1