Question sur CheckListBox

Question sur CheckListBox - Delphi/Pascal - Programmation

Marsh Posté le 17-03-2004 à 16:45:29    

Comment connaitre l'indice de l'élément d'une checklistbox qui vient d'être coché?


Message édité par endemyon le 17-03-2004 à 16:46:22
Reply

Marsh Posté le 17-03-2004 à 16:45:29   

Reply

Marsh Posté le 17-03-2004 à 20:12:20    

Code :
  1. procedure TForm1.CheckListBox1ClickCheck(Sender: TObject);
  2. begin
  3.   Caption := IntToStr(CheckListBox1.ItemIndex);
  4. end;

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed