Embarcadero/DelphiVCL4Python

Is the OnClick event on a TListBox supported?

hsauro opened this issue · 1 comments

I can't seem to get the VCL OnCLick event of the TListBox to fire. I'm using

    self.lblProject.OnClick = self.lbProjectClick

to connect the event and this is the function for the event handler

def lbProjectClick (self, Sender):

I assume the OnClick event for a TListBox is working?

I’m closing this because I made a stupid mistake, typo error in naming list box.

It works.