hi , i draw one picture on the screen

Code:
ImageList.Items[0].Draw(DXDraw1.Surface,255,50,0);
DXDraw1.Flip;
But I can't find OnClick property.