bonjour!
j'ai construit des TStringGrid sur mon interface
Est ce que je dois les déclarer ensuite dans mes variables?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 type TForm1 = class(TForm) Tlistes: TStringGrid; Tscrutin: TStringGrid; Tresultats: TStringGrid; Listes: TLabel; Scrutin: TLabel; Resultats: TLabel; meilleur: TEdit; Label1: TLabel; calculer: TButton; quitter: TButton; Merci pour vos réponses ;)
Partager