NeoValence
Technical User
Hi All,
I translated the default.isl in INNO Setup to be generic which would allow me to use it to make other wizard types besides setup wizards. Anyway, I'm currently working on a backup wizard and I have encountered a problem I haven't yet seen in Delphi Pascal.
The problem is that I need to know the index of a checkbox item of the TNewCheckListBox that was just clicked so I can do some other processing on the subitem string of that checkbox's parameters. I assume I can use the (Sender: TObject) passed with the event though I've had no success.
Thanks in advance,
I translated the default.isl in INNO Setup to be generic which would allow me to use it to make other wizard types besides setup wizards. Anyway, I'm currently working on a backup wizard and I have encountered a problem I haven't yet seen in Delphi Pascal.
The problem is that I need to know the index of a checkbox item of the TNewCheckListBox that was just clicked so I can do some other processing on the subitem string of that checkbox's parameters. I assume I can use the (Sender: TObject) passed with the event though I've had no success.
Thanks in advance,